Permalink
Commits on Apr 5, 2016
  1. Clears testing vectors

    Avoids bad_allocs due to push_back error
    mothur-westcott committed Apr 5, 2016
Commits on Mar 30, 2016
  1. Fixed bug with class count

    Lefse command, Skipping iters warning
    mothur-westcott committed Mar 30, 2016
Commits on Mar 29, 2016
  1. Adds vsearchfileparser and average linkage to testProject

    Resolves pesky linking issue
    mothur-westcott committed Mar 29, 2016
  2. WIP Testing Updates

    mothur-westcott committed Mar 29, 2016
Commits on Mar 28, 2016
  1. Creates dataset class for testing

    Includes data from final.fasta, final.names, final.groups, final.count_table and final.an.shared.
    mothur-westcott committed Mar 28, 2016
Commits on Mar 23, 2016
Commits on Mar 22, 2016
Commits on Mar 17, 2016
  1. Adds parent taxon to unclassifieds.

    Classify.seqs, classify.otu, biom.info
    
    #29
    mothur-westcott committed Mar 17, 2016
Commits on Mar 16, 2016
  1. Merge pull request #217 from mothur/Issue204_ClassifyOutput

    Adds output parameter to *tax.summary file
    mothur-westcott committed Mar 16, 2016
Commits on Mar 15, 2016
  1. Adds output parameter to *tax.summary file

    mothur-westcott committed Mar 15, 2016
Commits on Mar 14, 2016
  1. Fixing Travis build

    mothur-westcott committed Mar 14, 2016
  2. Merge pull request #214 from mothur/Issue167

    Issue167
    mothur-westcott committed Mar 14, 2016
  3. Adds namecheck changes to windows code

    mothur-westcott committed Mar 14, 2016
  4. Sets nameType at file setup to save processing time

    Fixes name mismatch bug #167
    mothur-westcott committed Mar 14, 2016
Commits on Mar 8, 2016
  1. 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.
    mothur-westcott committed Mar 8, 2016
Commits on Feb 29, 2016
  1. 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
    mothur-westcott committed Feb 29, 2016