From a0a93d5db06b03fa68f75816de4da5af2f0ff7ab Mon Sep 17 00:00:00 2001 From: patrick-douglas Date: Wed, 24 Oct 2018 11:08:57 -0300 Subject: [PATCH] Fixed temp file removal --- Linux-Debiam/seqs-extractor.tools/3-only-extract | 1 + 1 file changed, 1 insertion(+) diff --git a/Linux-Debiam/seqs-extractor.tools/3-only-extract b/Linux-Debiam/seqs-extractor.tools/3-only-extract index 6e21d33..a0607b4 100755 --- a/Linux-Debiam/seqs-extractor.tools/3-only-extract +++ b/Linux-Debiam/seqs-extractor.tools/3-only-extract @@ -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