/sra-explorer

Web application to explore the Sequence Read Archive.

Primary LanguageHTMLGNU General Public License v2.0GPL-2.0

SRA-Explorer

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:

  1. Directly on the web: http://sra-explorer.info/
  2. 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.