Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robsyme/genemark-extractor

Tools for taking GeneMark output and pulling out the relevant sequences from the original fasta file.
https://github.com/robsyme/genemark-extractor

Last synced: 24 days ago
JSON representation

Tools for taking GeneMark output and pulling out the relevant sequences from the original fasta file.

Awesome Lists containing this project

README

        

Problem:
GeneMark will predict genes and output their locations in a gtf2 file.
We want two convert this into a gff3 format file.
It would also be nice to have a tool that pulls out the relevant sequences from the original fasta file.

A full gff3 format description can be found here: http://www.sequenceontology.org/gff3.shtml
There is a gff3 validator at: http://dev.wormbase.org/db/validate_gff3/validate_gff3_online

It is important that the gff file retains information about start and stop sites.
We want to know which gene models are complete so that we can qualify any secretion peptide predictions.