Skip to content

Commit

Permalink
Fixed temp file removal
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-douglas committed Oct 24, 2018
1 parent 81699fe commit a0a93d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Linux-Debiam/seqs-extractor.tools/3-only-extract
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ if
rm blast_result_list
rm temp3
rm temp4
rm -rf temp2_1
mv temp2 list_of_tophit-$pct_ident%.txt

sed -i '1s/^/Query Pct_ident\n/' list_of_tophit-$pct_ident%.txt
Expand Down

0 comments on commit a0a93d5

Please sign in to comment.