Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 10 days ago
JSON representation

Tools to download, parse and filter GenBank files

Awesome Lists containing this project

README

        

![logo](assets/logo.png)
## A Python tool to download and parse GenBank files

![GitHub release (latest by date)](https://img.shields.io/github/v/release/Robaina/Genbankpy)
[![GitHub license](https://img.shields.io/github/license/Robaina/GenBankpy)](https://github.com/Robaina/GenBankpy/blob/main/LICENSE)
![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4)
[![DOI](https://zenodo.org/badge/434408493.svg)](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
```
## Usage

You 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.