Skip to content

A simple tool that downloads SRA short reads from either NCBI or EBI and converts them into fastq.gz files

License

Notifications You must be signed in to change notification settings

zheminzhou/SRAdownload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRAdownload

Install it via PIP

pip install --upgrade SRAdownload

Usage

Usage: SRAdownload [OPTIONS] [RUN]...

  A simple tool that downloads SRA short reads by their accessions (RUN)
  from either NCBI or EBI and converts them into fastq.gz files. Version 1.0

  Try it with "SRAdownload SRR2223576 SRR2223582"

Options:
  -f, --folder TEXT  Root folder for fetched short reads. Each SRA record will
                                         be saved in a sub-folder. DEFAULT: current folder

  -s, --source TEXT  Sources for reads, change to EBI,NCBI if your connection
                                         to EBI is faster. DEFAULT: NCBI,EBI

  -h, --help         Show this message and exit.

About

A simple tool that downloads SRA short reads from either NCBI or EBI and converts them into fastq.gz files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages