Background and external resources
...
You can also use SRA Explorer to view all files in a project and download all or some of them: https://www.biostars.org/p/385930/
Goal
Download public data deposited in NCBI’s Short Read Archive (SRA) database.
Pre-requisites (if not available)
Installed conda3 or miniconda3 ( https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html )
Basic unix command line knowledge (example: https://researchcomputing.princeton.edu/education/external-online-resources/linux ; https://swcarpentry.github.io/shell-novice/ )
Familiarity with one unix text editors (example Vi/Vim or Nano):
Installing miniconda
https://docs.conda.io/en/latest/miniconda.html#linux-installers
...
Download SRA files
Example: PBS script (launch_fetch_SRAfiles.pbs) to fetch multiple files from SRA database
...