Mini web application to explore the NCBI Sequence Read Archive
and easily access downloads for data, either as .sra
files from the NCBI
or as .fastq
via the EBI ENA.
This tool has the benefit of working out of the box, entirely in your browser with no need for any back-end setup. You can use it in two ways:
- Directly on the web: http://sra-explorer.info/
- Download the
index.html
file and load in your web browser.
All the code relating to the SRA API calls are taken from Labrador. The page is built using the Bootstrap CSS framework and all of the interaction magic happens using AngularJS. The copy to clipboard buttons are powered by Clipboard.js.