Skip to content

bruvellu/sra.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sra.py

Python module to search, fetch and filter records from NCBI's Sequence Read Archive. In addition to the search options available on SRA it makes it possible to filter by read length or library layout. Outputs a CSV file.

Requirements:

Quick and rough:

./sra.py -s "agalma[Organism]" -m 3 -o sra_output -e your@email.com

For a more refined filtering check out fetch_sra.py.

Parsed fields of an SRA record that are exposed to filtering: accession, title, study title, library strategy, library layout, instrument model, taxon id, scientific name, taxonomic lineage, run accession, total spots, total bases, size, published, nreads, read average.

About

Search & Fetch records from NCBI's Sequence Read Archive.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages