Skip to content

markhilt/synplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

synplot.py

Draw gene synteny from gff files to svg output.

Description

Simple script to draw gene architecture of one or several species/strains. Provide one or more gff files, and get output in svg format for flexible postprocessing.

Usage

python synplot.py -g annotation1.gff[,annotation2.gff,...,annotationN.gff]

Annotation files need to be in gff format. If more than one annotation is to be plotted, provide additional files separated by commas. Extract the region of interest from your gff file(s) prior to usage. Genes names should be specified in the "Note" gff tag (e.g. Note=BtubA). Genes with the same name will be given the same color, genes annotated as "hypothetical_protein" or without functional annotation will be grey.

Highlights

  • Plot synteny directly from a gff file.
  • Output is written to svg format for easy postprocessing with e.g. Inkscape.

Example

Example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages