ENCODE_downloader
ENCODE_downloader copied to clipboard
KeyError: 'original_files'
Hello, I am trying to download multiple files by providing a list of file IDs:
python /g/data/zk16/software/encode_downloader.py acc_ids.txt
========== ENCFF093VXI ==========
Traceback (most recent call last):
File "/g/data/zk16/software/encode_downloader.py", line 414, in
I'm sorry that this tools is no longer maintained. Please add a single line to skip file accessions without such key. Something like
# add this to line 229
if 'original_files' not in json_data_exp:
continue
for org_f in json_data_exp['original_files']:
...