1. Quick example¶
Install ProPhyle using Bioconda:
conda config --add channels defaults conda config --add channels conda-forge conda config --add channels bioconda conda install prophyle
Download the RefSeq bacterial database:
prophyle download bacteria
Build an index for randomly selected 10% genomes from the E.coli subtree (taxid 561 in the NCBI taxonomy), with k-mer size 25:
prophyle index -s 0.10 -k 25 ~/prophyle/bacteria.nw@561 _index_ecoli
Classify your reads:
prophyle classify _index_ecoli reads.fq > result.sam