Skip to content

Commit

Permalink
Removes preserve order in pcr.seqs
Browse files Browse the repository at this point in the history
  • Loading branch information
mothur-westcott committed Oct 19, 2021
1 parent 4edc9e8 commit efae207
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/commands/pcrseqscommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,6 @@ int PcrSeqsCommand::execute(){
}
if (m->getControl_pressed()) { for (int i = 0; i < outputNames.size(); i++) { util.mothurRemove(outputNames[i]); } return 0; }

itTypes = outputTypes.find("fasta");
if (itTypes != outputTypes.end()) {
if ((itTypes->second).size() != 0) { preserveOrder((itTypes->second)[0]); }
}

m->mothurOut("It took " + toString(time(NULL) - start) + " secs to screen " + toString(numFastaSeqs) + " sequences.\n");

Expand Down

0 comments on commit efae207

Please sign in to comment.