Skip to content

ShixiangWang/rsra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsra

The goal of {rsra} is to query download information for SRA accession list and download them with wget.

Installation

wget is required in your system.

You can install this package with:

remotes::install_github("ShixiangWang/rsra")

Example

Function signature:

> args(rsra)
function (idList, outdir = getwd(), progress = FALSE, location = c("NCBI", 
    "AWS"))

The first argument can be file(s) storing accession list in each line.

In R console

library(rsra)
rsra("SRR8615934")

In terminal

Rscript -e 'rsra::rsra("SRR8615934")'

Similar projects

Related tool

LICENSE

GPL-3

About

Download NCBI SRA data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages