We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5215191 commit 8b52d7cCopy full SHA for 8b52d7c
polishTE
@@ -533,7 +533,7 @@ while true; do
533
break
534
else
535
mv $OUTPUTDIR/new_consensus.fasta $OUTPUTDIR/old_consensus.fasta
536
- rm $OUTPUTDIR/seq* $OUTPUTDIR/cialign* &> /dev/null
+ rm $OUTPUTDIR/cialign* &> /dev/null
537
fi
538
539
## trimming
@@ -588,7 +588,7 @@ while true; do
588
589
590
mv $OUTPUTDIR/cialign_consensus.fasta $OUTPUTDIR/new_consensus.fasta
591
- rm $OUTPUTDIR/seq* $OUTPUTDIR/cialign* $OUTPUTDIR/coverage.txt &> /dev/null
+ rm $OUTPUTDIR/cialign* $OUTPUTDIR/coverage.txt &> /dev/null
592
593
594
counter=$(($counter+1))
0 commit comments