Closed kfuku52 closed 2 years ago
This bug is partly fixed in the above commit, but a new error arose. This error likely occurred due to yet-to-be-synced SRA from DDBJ to NCBI.
prefetch did not finish safely.
Traceback (most recent call last):
File "/Users/kf/Dropbox/repos/amalgkit/amalgkit/amalgkit", line 380, in <module>
args.handler(args)
File "/Users/kf/Dropbox/repos/amalgkit/amalgkit/amalgkit", line 33, in command_getfastq
getfastq_main(args)
File "/Users/kf/Dropbox/repos/amalgkit/amalgkit/getfastq.py", line 877, in getfastq_main
download_sra(metadata, sra_stat, args, sra_stat['output_dir'], overwrite=False)
File "/Users/kf/Dropbox/repos/amalgkit/amalgkit/getfastq.py", line 308, in download_sra
assert os.path.exists(sra_path), 'SRA file download failed: ' + sra_stat['sra_id']
AssertionError: SRA file download failed: DRR258784
DRR258784