-
-
-
Avoids bad_allocs due to push_back error
mothur-westcott committedApr 5, 2016 -
-
-
Lefse command, Skipping iters warning
-
Adds vsearchfileparser and average linkage to testProject
Resolves pesky linking issue
-
mothur-westcott committed
Mar 29, 2016
-
Creates dataset class for testing
Includes data from final.fasta, final.names, final.groups, final.count_table and final.an.shared.
-
Adds parent taxon to unclassifieds.
Classify.seqs, classify.otu, biom.info #29
-
Merge pull request #217 from mothur/Issue204_ClassifyOutput
Adds output parameter to *tax.summary file
-
mothur-westcott committed
Mar 14, 2016 -
Merge branch 'Issue167' into v.1.37.0
mothur-westcott committedMar 14, 2016 -
-
Sets nameType at file setup to save processing time
Fixes name mismatch bug #167
-
mothur-westcott committed
Mar 14, 2016
-
Fixes cluster.split bug with sequences not assigned to group
When I added the changes for the vsearch methods I added checks to make sure there were no singletons in that splitting case. The sequences mothur is complaining about have a tax level below the cutoff, and so they are not assigned to a group and should be singletons. I remembered the below the distance cutoff but forgot about the below the taxlevel cutoff.
-
-
Fixes windows bug where processors adjust was set+1
If number of processors was greater than number of sequences than we meant to adjust processors to number of sequences, but instead were adjusting to the number of file positions. The number of file positions is the number of sequences + 1. Rare bug caused empty file error. #195
-