vanessajurtz/MetaPhinder
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
MetaPhinder MetaPhinder classifies metagenomic contigs as of phage origin or not based on a comparison to a phage database. The script relies on BLAST which must be installed on your machine prior to running MetaPhinder. The input to MetaPhinder is a FASTA file of metagenomic contigs. Here is an example of how to run MetaPhinder: python MetaPhinder.py -i infile.fsa -d database -b path_to_blast OPTIONS: -i inputfile in FASTA format -o path to output directory -d location of MetaPhinders database -b location of your local BLAST installation