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.
- Host: GitHub
- URL: https://github.com/stuntspt/ncbi_mass_downloader
- Owner: StuntsPT
- License: gpl-3.0
- Created: 2013-05-27T13:55:52.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T12:35:06.000Z (over 1 year ago)
- Last Synced: 2025-03-18T21:11:16.745Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.31 MB
- Stars: 19
- Watchers: 5
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

[NCBI Data Usage Policies and Disclaimers](https://www.ncbi.nlm.nih.gov/home/about/policies.shtml) may apply to downloaded data.
## Documentation:
[](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).