File: README

package info (click to toggle)
cluster3 1.59%2Bds-3
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye
  • size: 5,624 kB
  • sloc: ansic: 9,948; python: 2,018; perl: 1,566; makefile: 132; sh: 27
file content (8 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
If you use Pycluster, you can test your installation by running
  python setup.py test
from the top directory (the one containing setup.py).

If, instead, you are using Bio.Cluster (the C Clustering Library as part of
the Biopython distribution), use
  python test_Cluster.py
from this directory.