Skip to content

Converts PROKKA GFF3 files to EMBL files for uploading annotated assemblies to EBI

License

Notifications You must be signed in to change notification settings

JTumelty/gff3toembl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gff3toembl

Converts PROKKA GFF3 files to EMBL files for uploading annotated assemblies to EBI.

Build Status

NB this implements some EBI specific conventions and is not a generic conversion tool. Its also not a validator, so you need to pass in parameters which are acceptable to EMBL.

Installation

gff3toembl only works with Python 2.7 and there are known issues on other versions of Python.

Example usage

Run the following to get usage: gff3_to_embl -h

An example:

gff3_to_embl --authors 'John' --title 'Some title' --publication 'Some journal' \
             --genome_type 'circular' --classification 'PROK' \
             --output_filename /tmp/single_feature.embl --translation_table 11 \
             Organism 1234 'My project' 'My description' gff3toembl/tests/data/single_feature.gff

Tests

Run python setup.py test

Known Issues

This doesn't work with some versions of Genometools on Mac OS X; it appears to work with Genometools 1.5.4

About

Converts PROKKA GFF3 files to EMBL files for uploading annotated assemblies to EBI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.7%
  • Shell 2.3%