-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathMANIFEST
executable file
·69 lines (69 loc) · 1.59 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# file GENERATED by distutils, do NOT edit
CHANGES.txt
LICENSE
README.md
setup.py
bin/checkm
checkm/DATA_CONFIG
checkm/PCA.py
checkm/VERSION
checkm/__init__.py
checkm/aminoAcidIdentity.py
checkm/binComparer.py
checkm/binStatistics.py
checkm/binTools.py
checkm/binUnion.py
checkm/checkmData.py
checkm/common.py
checkm/coverage.py
checkm/coverageWindows.py
checkm/customHelpFormatter.py
checkm/defaultValues.py
checkm/fileEntity.py
checkm/genomicSignatures.py
checkm/hmmer.py
checkm/hmmerAligner.py
checkm/hmmerModelParser.py
checkm/main.py
checkm/manifestManager.py
checkm/markerGeneFinder.py
checkm/markerSets.py
checkm/merger.py
checkm/pplacer.py
checkm/prettytable.py
checkm/prodigal.py
checkm/profile.py
checkm/resultsParser.py
checkm/ssuFinder.py
checkm/taxonParser.py
checkm/timeKeeper.py
checkm/treeParser.py
checkm/unbinned.py
checkm/uniqueMarkers.py
checkm/plot/AbstractPlot.py
checkm/plot/__init__.py
checkm/plot/binQAPlot.py
checkm/plot/codingDensityPlots.py
checkm/plot/cumulativeLengthPlot.py
checkm/plot/distributionPlots.py
checkm/plot/gcBiasPlots.py
checkm/plot/gcPlots.py
checkm/plot/lengthHistogram.py
checkm/plot/markerGenePosPlot.py
checkm/plot/nxPlot.py
checkm/plot/parallelCoordPlot.py
checkm/plot/pcaPlot.py
checkm/plot/tetraDistPlots.py
checkm/test/__init__.py
checkm/test/test_aminoAcidIdentity.py
checkm/test/test_binStatistics.py
checkm/test/test_ecoli.py
checkm/test/test_genomicSignatures.py
checkm/test/test_markerSets.py
checkm/test/test_seqUtils.py
checkm/test/test_taxonomyUtils.py
checkm/util/__init__.py
checkm/util/img.py
checkm/util/pfam.py
checkm/util/seqUtils.py
checkm/util/taxonomyUtils.py