Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewels/sra-explorer
Web application to explore the Sequence Read Archive.
https://github.com/ewels/sra-explorer
Last synced: 24 days ago
JSON representation
Web application to explore the Sequence Read Archive.
- Host: GitHub
- URL: https://github.com/ewels/sra-explorer
- Owner: ewels
- License: gpl-2.0
- Created: 2014-09-19T08:15:53.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-05-01T21:15:22.000Z (6 months ago)
- Last Synced: 2024-08-03T21:03:34.780Z (3 months ago)
- Language: HTML
- Homepage: https://sra-explorer.info/
- Size: 527 KB
- Stars: 195
- Watchers: 9
- Forks: 28
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Bioinformatics - SRA-Explorer - Easily get SRA download links and other information. [ [web](https://sra-explorer.info) ] (Data Tools / Downloading)
README
# SRA-Explorer
Mini web application to explore the [NCBI Sequence Read Archive](https://www.ncbi.nlm.nih.gov/sra) and easily access downloads for data, either as `.sra` files from the NCBI or as `.fastq` via the [EBI ENA](https://www.ebi.ac.uk/ena).
This tool should 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.SRA-Explorer was a fun mini-project done in my spare time. If you have found it useful, why not [tag me in a tweet](https://twitter.com/tallphil) 😁
## Packages used
All the code relating to the SRA API calls are taken from [Labrador](https://github.com/ewels/labrador). The page is built using the [Bootstrap](http://getbootstrap.com) CSS framework and all of the interaction magic happens using [AngularJS](https://angularjs.org). The copy to clipboard buttons are powered by [Clipboard.js](https://clipboardjs.com/).
## Alternatives
If you're here a lot, it may be worth taking a look at some excellent command-line alternatives. For example:
* [nf-core/fetchngs](https://nf-co.re/fetchngs)
* [pysradb](https://github.com/saketkc/pysradb)
* [fetchfastq](https://github.com/pachterlab/ffq)These tools are more scalable and stable than SRA-Explorer.