Skip to content

Commit c951b0a

Browse files
author
Aditya Ambati
authored
remove unused imports
1 parent 9de9dc8 commit c951b0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

FASTQ_to_FASTA.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import sys, subprocess, gzip
2-
from subprocess import PIPE
32

43
infile = sys.argv[1]
54
fasta = sys.argv[2]

0 commit comments

Comments
 (0)