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

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

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