tools-iuc
tools-iuc copied to clipboard
source manifest seems to be mandatory for data_manager_ncbi_fcs_gx_database_downloader
Hi,
I am trying to run the tool data_manager_ncbi_fcs_gx_database_downloader
in our local instance, but it fails when the source manifest is not specified
File "/usr/local/lib/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['sync_files.py', '--mft', '', '--dir', '<path>/dataset_3d102f4d-a51d-4e76-a830-d270d136e515_files', 'get']' returned non-zero exit status 1.
But providing the manifest as https://ftp.ncbi.nlm.nih.gov/genomes/TOOLS/FCS/database/latest/all.manifest
, it seems to run.
Thanks!