Skip to content

Commit 60e5c14

Browse files
authored
Update SARS-CoV-2_get_ngs.sh
1 parent 8f266bb commit 60e5c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SARS-CoV-2_get_ngs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ echo ""
104104

105105
b= ls -1 *.fastq.gz.fastp
106106
for b in *.fastq.gz.fastp; do minimap2 -ax sr ${2} ${b} > ${b}.sam -t ${3}
107-
rm ${2}
107+
rm ${b}
108108
done
109109

110110
###################################################

0 commit comments

Comments
 (0)