https://github.com/robaina/genbankpy
Tools to download, parse and filter GenBank files
https://github.com/robaina/genbankpy
bioinformatics computational-biology genbank genomics ncbi python sequencing
Last synced: 3 months ago
JSON representation
Tools to download, parse and filter GenBank files
- Host: GitHub
- URL: https://github.com/robaina/genbankpy
- Owner: Robaina
- License: apache-2.0
- Created: 2021-12-02T23:43:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T14:18:16.000Z (over 2 years ago)
- Last Synced: 2025-03-16T22:27:14.005Z (3 months ago)
- Topics: bioinformatics, computational-biology, genbank, genomics, ncbi, python, sequencing
- Language: Python
- Homepage:
- Size: 25 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README

## A Python tool to download and parse GenBank files
[](https://github.com/Robaina/GenBankpy/blob/main/LICENSE)

[](https://zenodo.org/badge/latestdoi/434408493)## Installation
1. Fork git repo into local machine (click on fork) and clone, or simply clone main branch with
```
git clone https://github.com/Robaina/GenBankpy.git
```
2. CD to project directory and set conda environment if not already set:
```
conda env create -n genbankpy -f environment.yml
```3. Activate environment:
```
conda activate genbankpy
```
## UsageYou can find a jupyter notebook with usage examples [here](examples/examples.ipynb).
## Citation
If you use this software, please cite it as below:
Robaina-Estévez, S. (2022). Genbankpy: a Python tool to ddownload and parse GenBank files (Version 0.0.1)[Computer software]. https://doi.org/10.5281/zenodo.7046036.