3 Downloading Multiple Fastq Files
To download multiple fastq files, follow these steps:
3.1 Confirm fasterq-dump
Installation
Ensure that fasterq-dump
is in the path. You can type which fasterq-dump
or fasterq-dump --help
in the terminal to confirm its presence.
3.2 Specify Output and Temporary Files
When using fasterq-dump
, you must specify the output directory (--outdir
) and temporary directory (--temp
).