Skip to main content

A a tool to annotate phage genomes

Project description

Introduction

PHANOTATE is a tool to annotate phage genomes. It uses the assumption that non-coding bases in a phage genome is disadvantageous, and then populates a weighted graph to find the optimal path through the six frames of the DNA where open reading frames are beneficial paths, while gaps and overlaps are penalized paths.

To install PHANOTATE,

pip3 install phanotate

or

 git clone https://github.com/deprekate/PHANOTATE.git
 cd PHANOTATE
 python3 setup.py install

The current version of PHANOTATE relies on C binary "FastPathZ", from the project FastPath, to calculate the optimal path quickly.

PHANOTATE Example

Run on included sample data:

./phanotate.py tests/NC_001416.1.fasta 

Output is the predicted ORFs, and should look like

125     187     +
191     736     +
741     2636    +
2633    2839    +
2836    4437    +
4319    5737    +
...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phanotate-1.3.1.tar.gz (109.1 kB view hashes)

Uploaded Source

Built Distribution

phanotate-1.3.1-cp38-cp38-macosx_10_9_x86_64.whl (31.2 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page