https://github.com/schultzm/gfftofasta
Convert GFF format files to multi-FASTA
https://github.com/schultzm/gfftofasta
Last synced: 2 months ago
JSON representation
Convert GFF format files to multi-FASTA
- Host: GitHub
- URL: https://github.com/schultzm/gfftofasta
- Owner: schultzm
- License: agpl-3.0
- Created: 2017-11-14T00:07:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T00:57:39.000Z (over 8 years ago)
- Last Synced: 2025-01-01T15:17:39.492Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GFFtoFASTA
Convert GFF format files to multi-FASTA
## Quickstart
gff2fa
### Convert GFF to FASTA
gff2fa convert /path/to/infile.gff > /path/to/outfile.mfasta
### Get version
gff2fa version
## Install
### All users
pip3 install git+https://github.com/schultzm/GFFtoFASTA.git
### Current user
pip3 install git+https://github.com/schultzm/GFFtoFASTA.git --user