Skip to content

Fast and accurate whole-genome clustering of (actino) bacteriophages

License

Notifications You must be signed in to change notification settings

Ebedthan/mashphage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mashphage

License: GPL v3

Fast and accurate whole-genome clustering of (actino) bacteriophages

Usage

mashphage genomes.fa.gz

About

The goal of mashphage is to provide a mean to rapidly and accurately cluster (actino) bacteriophage genome in know clusters. Mashphage comes bundled with a genomic signature of actinobacteriophage genomes, which enables to fastly and accurately assign actinobacteriophages genomes in the known cluster schemes. However, the user can specify a custom path (with -d option) to a genomic signature created using sourmash sketch.

Installation

Last stable release

First install sourmash:

conda install -c conda-forge -c bioconda sourmash

# alternatively you can do 

pip install sourmash

And install mashphage from pypi:

pip install mashphage

Development version

# Download ConoDictor development version
git clone https://github.com/Ebedthan/mashphage mashphage

# Navigate to directory
cd mashphage

# Install with poetry: see https://python-poetry.org
poetry install --no-dev

# Enter the Python virtual environment with
poetry shell

# Test mashphage is correctly installed
mashphage -h

If you do not want to go into the virtual environment just do:

poetry run mashphage -h

Bugs

Submit problems or requests to the Issue Tracker.

Licence

GPL v3

Author

Anicet Ebou

About

Fast and accurate whole-genome clustering of (actino) bacteriophages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages