X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trimflowscommand.cpp;h=3abc7609ac85187513f416c378225e726c8bd197;hb=7d9e2bc58855132983da7ac9342880bc95055f77;hp=ad79783eda2650928a293d45be58fd409ab50689;hpb=5ca84bbe4393adecc30dc05d64e79091ef35c40f;p=mothur.git diff --git a/trimflowscommand.cpp b/trimflowscommand.cpp index ad79783..3abc760 100644 --- a/trimflowscommand.cpp +++ b/trimflowscommand.cpp @@ -491,7 +491,7 @@ int TrimFlowsCommand::driverCreateTrim(string flowFileName, string trimFlowFileN if (pos == string::npos) { flowData.printFlows(trimFlowFile); - if(fasta) { currSeq.setAligned(currSeq.getUnaligned()); currSeq.printSequence(fastaFile); } + if(fasta) { currSeq.printSequence(fastaFile); } if(allFiles){ ofstream output;