Home >
Community >
How to download data from SRA in Linux systems via the command line?
Upvote
25
Downvote
+ Bioinformatics
+ Genomics
Posted by
Michael Smith
How to download data from SRA in Linux systems via the command line?
So far, grabseqs is the easiest option, a wrapper for fastq_dump and fasterq-dump, you can install it with conda, I recommend you to use an environment:
So far, grabseqs is the easiest option, a wrapper for fastq_dump and fasterq-dump, you can install it with conda, I recommend you to use an environment:
So far, grabseqs is the easiest option, a wrapper for
fastq_dumpandfasterq-dump, you can install it with conda, I recommend you to use an environment:And download directly projects, runs, and bioprojects from SRA with
grabseqs sra SRRNNNNNNNN. Check it out here: https://github.com/louiejtaylor/grabseqsYou can install in a different way just in case the first one doesn't work:
So far, grabseqs is the easiest option, a wrapper for
fastq_dumpandfasterq-dump, you can install it with conda, I recommend you to use an environment:And download directly projects, runs, and bioprojects from SRA with
grabseqs sra SRRNNNNNNNN. Check it out here: https://github.com/louiejtaylor/grabseqsYou can install in a different way just in case the first one doesn't work:
More
VOTE
VOTE
VOTE
VOTE