All Projects → deprekate → PHANOTATE

deprekate / PHANOTATE

Licence: GPL-3.0 License
PHANOTATE: a tool to annotate phage genomes.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PHANOTATE

Genometools
GenomeTools genome analysis system.
Stars: ✭ 186 (+389.47%)
Mutual labels:  annotation, genomics
Vcfanno
annotate a VCF with other VCFs/BEDs/tabixed files
Stars: ✭ 259 (+581.58%)
Mutual labels:  annotation, genomics
phastaf
Identify phage regions in bacterial genomes for masking purposes
Stars: ✭ 22 (-42.11%)
Mutual labels:  genomics, phage
Dram
Distilled and Refined Annotation of Metabolism: A tool for the annotation and curation of function for microbial and viral genomes
Stars: ✭ 47 (+23.68%)
Mutual labels:  annotation, genomics
bac-genomics-scripts
Collection of scripts for bacterial genomics
Stars: ✭ 39 (+2.63%)
Mutual labels:  annotation, genomics
DRAM
Distilled and Refined Annotation of Metabolism: A tool for the annotation and curation of function for microbial and viral genomes
Stars: ✭ 159 (+318.42%)
Mutual labels:  annotation, genomics
companion
This repository has been archived, currently maintained version is at https://github.com/iii-companion/companion
Stars: ✭ 21 (-44.74%)
Mutual labels:  annotation, genomics
CAMSA
CAMSA: a tool for Comparative Analysis and Merging of Scaffold Assemblies
Stars: ✭ 18 (-52.63%)
Mutual labels:  genomics
napari.github.io
website for the napari image viewer
Stars: ✭ 43 (+13.16%)
Mutual labels:  annotation
TextGridTools
Read, write, and manipulate Praat TextGrid files with Python
Stars: ✭ 84 (+121.05%)
Mutual labels:  annotation
switchde
Inference of switch-like differential expression along single-cell trajectories
Stars: ✭ 19 (-50%)
Mutual labels:  genomics
redcoat
A lightweight web-based annotation tool for labelling entity recognition data.
Stars: ✭ 19 (-50%)
Mutual labels:  annotation
bacnet
BACNET is a Java based platform to develop website for multi-omics analysis
Stars: ✭ 12 (-68.42%)
Mutual labels:  genomics
delse
PyTorch code for Deep Extreme Level Set Evolution (CVPR 2019)
Stars: ✭ 62 (+63.16%)
Mutual labels:  annotation
annotation-processor-sample
An annotation processor which implements "Builder pattern" for your java classes.
Stars: ✭ 22 (-42.11%)
Mutual labels:  annotation
mcscan
Command-line program to wrap dagchainer and combine pairwise results into multi-alignments in column format
Stars: ✭ 18 (-52.63%)
Mutual labels:  genomics
viralrecall
Detection of NCLDV signatures in 'omic data
Stars: ✭ 15 (-60.53%)
Mutual labels:  genomics
mccortex
De novo genome assembly and multisample variant calling
Stars: ✭ 105 (+176.32%)
Mutual labels:  genomics
annotated-py-sanic
(已废弃) 项目内容已迁移到:
Stars: ✭ 14 (-63.16%)
Mutual labels:  annotation
EarlGrey
Earl Grey: A fully automated TE curation and annotation pipeline
Stars: ✭ 25 (-34.21%)
Mutual labels:  genomics

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

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    +
...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].