You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use this when full storage available. Uses the subprocess module to run the command line. Iterates over the SRR list, donwloading the sra file from NCBI.
#for i in new_srr_id_list:
# subprocess.call(['prefetch', i])
# Use this while small storage available. The estimate is that roughly 4500 files will fit in 900 GB of space, based off previous runs.