Permalink
Please sign in to comment.
Showing
with
218,639 additions
and 13,217 deletions.
- +17 −0 .travis.yml
- +2 −13 INSTALL.md
- +16 −48 makefile → Makefile
- +532 −465 Mothur.xcodeproj/project.pbxproj
- +2 −0 README.md
- +192,840 −0 TestMothur/dataset.cpp
- +55 −0 TestMothur/dataset.h
- +16,034 −0 TestMothur/fastqdataset.cpp
- +34 −0 TestMothur/fastqdataset.h
- +21 −0 TestMothur/main.cpp
- +73 −0 TestMothur/testbiominfocommand.cpp
- +29 −0 TestMothur/testbiominfocommand.h
- +18 −0 TestMothur/testcommands/testgetgroupscommand.cpp
- +34 −0 TestMothur/testcommands/testgetgroupscommand.h
- +19 −0 TestMothur/testcommands/testmergegroupscommand.cpp
- +26 −0 TestMothur/testcommands/testmergegroupscommand.h
- +18 −0 TestMothur/testcommands/testremovegroupscommand.cpp
- +34 −0 TestMothur/testcommands/testremovegroupscommand.h
- +39 −0 TestMothur/testcommands/testrenameseqscommand.cpp
- +40 −0 TestMothur/testcommands/testrenameseqscommand.h
- +1 −1 TestMothur/testcommands/testsetseedcommand.cpp
- +65 −0 TestMothur/testcontainers/testfastqread.cpp
- +32 −0 TestMothur/testcontainers/testfastqread.h
- +3 −2 TestMothur/{testdatastructures → testcontainers}/testsequence.cpp
- +22 −0 TestMothur/testcontainers/testsequence.h
- +118 −0 TestMothur/testvsearchfileparser.cpp
- +35 −0 TestMothur/testvsearchfileparser.h
- +98 −0 makefile-internal
- +4 −190 source/chimera/bellerophon.cpp
- +2 −6 source/chimera/bellerophon.h
- +8 −170 source/chimera/ccode.cpp
- +3 −12 source/chimera/ccode.h
- +1 −162 source/chimera/chimeracheckrdp.cpp
- +2 −6 source/chimera/chimeracheckrdp.h
- +1 −1 source/chimera/chimerarealigner.h
- +7 −279 source/chimera/chimeraslayer.cpp
- +2 −7 source/chimera/chimeraslayer.h
- +1 −1 source/chimera/decalc.cpp
- +1 −1 source/chimera/maligner.h
- +22 −163 source/chimera/{chimera.cpp → mothurchimera.cpp}
- +5 −12 source/chimera/{chimera.h → mothurchimera.h}
- +3 −201 source/chimera/pintail.cpp
- +3 −7 source/chimera/pintail.h
- +1 −1 source/chimera/slayer.h
- +63 −247 source/classifier/bayesian.cpp
- +7 −130 source/classifier/classify.cpp
- +2 −1 source/classifier/classify.h
- +159 −61 source/classifier/phylosummary.cpp
- +9 −8 source/classifier/phylosummary.h
- +64 −179 source/classifier/phylotree.cpp
- +4 −4 source/clearcut/cmdargs.cpp
- +10 −10 source/clearcut/getopt_long.cpp
- +36 −62 source/commandfactory.cpp
- +0 −1 source/commandfactory.hpp
- +2 −301 source/commands/aligncommand.cpp
- +1 −6 source/commands/aligncommand.h
- +874 −0 source/commands/biominfocommand.cpp
- +58 −0 source/commands/biominfocommand.h
- +14 −4 source/commands/catchallcommand.cpp
- +2 −29 source/commands/chimerabellerophoncommand.cpp
- +2 −2 source/commands/chimerabellerophoncommand.h
- +0 −150 source/commands/chimeraccodecommand.cpp
- +2 −6 source/commands/chimeraccodecommand.h
- +1 −134 source/commands/chimeracheckcommand.cpp
- +2 −6 source/commands/chimeracheckcommand.h
- +0 −136 source/commands/chimerapintailcommand.cpp
- +2 −6 source/commands/chimerapintailcommand.h
- +9 −443 source/commands/chimeraslayercommand.cpp
- +4 −11 source/commands/chimeraslayercommand.h
- +9 −44 source/commands/chimerauchimecommand.cpp
- +0 −1 source/commands/chimerauchimecommand.h
- +1 −1 source/commands/chopseqscommand.cpp
- +43 −71 source/commands/classifyotucommand.cpp
- +3 −4 source/commands/classifyotucommand.h
- 0 source/commands/classifyrfsharedcommand.cpp
- +95 −370 source/commands/classifyseqscommand.cpp
- +2 −8 source/commands/classifyseqscommand.h
- +418 −164 source/commands/clustercommand.cpp
- +4 −1 source/commands/clustercommand.h
- +390 −406 source/commands/clustersplitcommand.cpp
- +5 −2 source/commands/clustersplitcommand.h
- +13 −19 source/commands/collectcommand.cpp
- +1 −1 source/commands/countseqscommand.cpp
- +87 −47 source/commands/deconvolutecommand.cpp
- +1 −1 source/commands/deconvolutecommand.h
- +1 −1 source/commands/degapseqscommand.cpp
- +1 −599 source/commands/distancecommand.cpp
- +1 −16 source/commands/distancecommand.h
- +7 −362 source/commands/filterseqscommand.cpp
- +5 −5 source/commands/filterseqscommand.h
- +27 −1 source/commands/filtersharedcommand.cpp
- +43 −3 source/commands/getcurrentcommand.cpp
- +2 −2 source/commands/getcurrentcommand.h
- +262 −3 source/commands/getgroupscommand.cpp
- +7 −1 source/commands/getgroupscommand.h
- +7 −5 source/commands/getotulabelscommand.cpp
- +2 −2 source/commands/getotulabelscommand.h
- +13 −29 source/commands/getoturepcommand.cpp
- +174 −103 source/commands/getseqscommand.cpp
- +1 −1 source/commands/getseqscommand.h
- +73 −20 source/commands/getsharedotucommand.cpp
- +4 −2 source/commands/getsharedotucommand.h
- +12 −8 source/commands/lefsecommand.cpp
- +21 −27 source/commands/listseqscommand.cpp
- +1 −1 source/commands/listseqscommand.h
- +0 −289 source/commands/loadlogfilecommand.cpp
- +0 −47 source/commands/loadlogfilecommand.h
- +2 −0 source/commands/makebiomcommand.cpp
- +463 −143 source/commands/makecontigscommand.cpp
- +816 −430 source/commands/makecontigscommand.h
- +11 −19 source/commands/makefastqcommand.cpp
- +22 −5 source/commands/makefilecommand.cpp
- +1 −0 source/commands/makefilecommand.h
- +469 −54 source/commands/mergegroupscommand.cpp
- +9 −1 source/commands/mergegroupscommand.h
- +3 −3 source/commands/otuhierarchycommand.cpp
- +4 −446 source/commands/pairwiseseqscommand.cpp
- +0 −6 source/commands/pairwiseseqscommand.h
- +83 −191 source/commands/parsefastaqcommand.cpp
- +5 −14 source/commands/parsefastaqcommand.h
- +19 −33 source/commands/parselistscommand.cpp
- +1 −1 source/commands/pcrseqscommand.cpp
- +1 −22 source/commands/pipelinepdscommand.cpp
- +1 −0 source/commands/preclustercommand.cpp
- +3 −4 source/commands/preclustercommand.h
- +39 −44 source/commands/rarefactcommand.cpp
- +1 −1 source/commands/removedistscommand.cpp
- +269 −3 source/commands/removegroupscommand.cpp
- +7 −1 source/commands/removegroupscommand.h
- +1 −0 source/commands/removelineagecommand.cpp
- +4 −4 source/commands/removeotulabelscommand.cpp
- +2 −2 source/commands/removeotulabelscommand.h
- +134 −71 source/commands/removeseqscommand.cpp
- +1 −1 source/commands/removeseqscommand.h
- +540 −188 source/commands/renameseqscommand.cpp
- +12 −1 source/commands/renameseqscommand.h
- +75 −422 source/commands/screenseqscommand.cpp
- +3 −7 source/commands/screenseqscommand.h
- +299 −452 source/commands/sensspeccommand.cpp
- +13 −23 source/commands/sensspeccommand.h
- +18 −10 source/commands/seqsummarycommand.cpp
- +140 −5 source/commands/setcurrentcommand.cpp
- +3 −2 source/commands/setcurrentcommand.h
- +1 −1 source/commands/sharedcommand.cpp
- +15 −1,585 source/commands/shhhercommand.cpp
- +1 −1,263 source/commands/shhhercommand.h
- +79 −92 source/commands/splitabundcommand.cpp
- +14 −18 source/commands/splitgroupscommand.cpp
- +184 −170 source/commands/sracommand.cpp
- +1 −1 source/commands/sracommand.h
- +35 −41 source/commands/summarycommand.cpp
- +1 −1 source/commands/summaryqualcommand.cpp
- +109 −9 source/commands/summarytaxcommand.cpp
- +4 −1 source/commands/summarytaxcommand.h
- +1 −1 source/commands/trimseqscommand.cpp
- +9 −76 source/datastructures/alignmentdb.cpp
- +63 −10 source/datastructures/counttable.cpp
- +4 −2 source/datastructures/counttable.h
- +38 −44 source/datastructures/designmap.cpp
- +0 −5 source/datastructures/distancedb.hpp
- +103 −0 source/datastructures/fastqread.cpp
- +17 −2 source/datastructures/fastqread.h
- +25 −0 source/datastructures/groupmap.cpp
- +1 −1 source/datastructures/groupmap.h
- +5 −0 source/datastructures/sequence.hpp
- +23 −13 source/datastructures/sharedrabundfloatvector.cpp
- +4 −2 source/datastructures/sharedrabundfloatvector.h
- +13 −13 source/datastructures/sharedrabundvector.cpp
- +2 −3 source/datastructures/sharedrabundvector.h
- +1 −1 source/datastructures/sparsedistancematrix.cpp
- +1 −3 source/datastructures/tree.cpp
- +4 −143 source/engine.cpp
- +2 −0 source/linearalgebra.cpp
- +2 −23 source/mothur.cpp
- +5 −6 source/mothur.h
- +488 −427 source/mothurout.cpp
- +22 −7 source/mothurout.h
- +161 −237 source/read/splitmatrix.cpp
- +3 −5 source/read/splitmatrix.h
- +3 −4 source/svm/svm.cpp
- +4 −1 source/trimoligos.cpp
- +7 −7 source/uchime_src/mk
- +1 −37 source/validparameter.cpp
- +1 −1 source/venn.cpp
- +272 −0 source/vsearchfileparser.cpp
- +50 −0 source/vsearchfileparser.h
17
.travis.yml
| @@ -0,0 +1,17 @@ | ||
| +language: C++ | ||
| +os: | ||
| + - osx | ||
| + - linux | ||
| + | ||
| +addons: | ||
| + apt: | ||
| + packages: | ||
| + - libreadline6 | ||
| + - libreadline6-dev | ||
| + - libboost-all-dev | ||
| + | ||
| +before install: | ||
| + - if [[ "TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi | ||
| + - if [[ "TRAVIS_OS_NAME" == "osx" ]]; then brew install readline boost; fi | ||
| + | ||
| +script: make install |
15
INSTALL.md
Oops, something went wrong.
0 comments on commit
892dec0