Advertisement
misingnoglic

fastq-converter.py

Dec 11th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. import os
  2. for i in range(1977773,1978680+1):
  3.         os.system("fastq-dump SRR{}/SRR{}.sra".format(i,i))
  4.         print("finished {}".format(i))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement