batch_download_fastqs.py¶
Calls download_fastqs.py in batch, provided an input file specifying the FASTQs to download. This script passes a log file name to download_fastqs.py for error logging, i.e. if a DNAnexus project isn’t found then it will be logged. The log file is named after this script and contains the number of seconds since the epoch to help generate a unique name.
usage: batch_download_fastqs.py [-h] -i INFILE -d FILE_DOWNLOAD_DIR
[--not-found-error]
Named Arguments¶
| -i, --infile |
|
| -d, --file-download-dir | |
| |
| --not-found-error | |
Default: False | |