Permalink
Browse files

Fixes cutoff issue dist.seqs

  • Loading branch information...
1 parent 8497ed3 commit 924c670a05c5815cc51faba1ca87999a1f336325 @mothur-westcott mothur-westcott committed Sep 28, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 source/commands/distancecommand.cpp
@@ -240,7 +240,7 @@ int DistanceCommand::execute(){
if (m->control_pressed) { return 0; }
int numSeqs = alignDB.getNumSeqs();
- cutoff += 0.005;
+ //cutoff += 0.005;
if (!alignDB.sameLength()) { m->mothurOut("[ERROR]: your sequences are not the same length, aborting."); m->mothurOutEndLine(); return 0; }

0 comments on commit 924c670

Please sign in to comment.