An open API service indexing awesome lists of open source software.

https://github.com/stuntspt/ncbi_mass_downloader

A program to download large amounts of sequences from NCBI databases.
https://github.com/stuntspt/ncbi_mass_downloader

Last synced: over 1 year ago
JSON representation

A program to download large amounts of sequences from NCBI databases.

Awesome Lists containing this project

README

          

# NCBI Mass Sequence Downloader

## Description:
This program will download sequences *en masse* from several NCBI databases (at the user's choice).
After the downloading is finished, the program will check the resulting file for any missing sequences and continuously retry the download until all sequences are present in the local file.

![Screenshot](docs/assets/screenshot.png)

[NCBI Data Usage Policies and Disclaimers](https://www.ncbi.nlm.nih.gov/home/about/policies.shtml) may apply to downloaded data.

## Documentation:
[![Documentation Status](https://readthedocs.org/projects/ncbi-mass-sequence-downloader/badge/?version=latest)](http://ncbi-mass-sequence-downloader.readthedocs.io/en/latest/?badge=latest)

The complete manual can be found on [readthedocs.org](http://ncbi-mass-sequence-downloader.readthedocs.io/en/latest/).

## Citation:
If you use NCBI Mass Sequence Downloader in your research, please cite the [following paper](https://doi.org/10.1016/j.softx.2016.04.007):

```
Pina-Martins, F., & Paulo, O. S. (2016). NCBI Mass Sequence Downloader–Large dataset downloading made easy. SoftwareX, 5, 80–83. https://doi.org/10.1016/j.softx.2016.04.007
```

## Dependencies:
* Python 3 (and the standard lib)
* [Requests](https://github.com/psf/requests)
* [PyQt5](http://www.riverbankcomputing.com/software/pyqt/intro) for the GUI version

## License:
GPLv3

## Found a bug?
Or would like a feature added? Or maybe drop some feedback?
Just [open a new issue](https://github.com/StuntsPT/NCBI_Mass_Downloader/issues/new).