MetaPhlAn
Description
MetaPhlAn is a computational tool for profiling the composition of microbial communities from metagenomic sequencing data. MetaPhlAn relies on unique clade-specific marker genes identified from ~17,000 reference genomes.
License
Free to use and open source under MIT License.
Availability
- Puhti: 4.0.2
Usage
To activate MetaPhlAn Puhti, run command:
module load metaphlan
metaphlan --help
--bowtie2db
to define a directory that will be used to store the database and index files.
For example in the case of project_2001234 the user could first create a directory for the databases:
cd /scratch/project_2001234
mkdir metaphlan_databases
wget https://github.com/biobakery/biobakery/raw/master/demos/biobakery_demos/data/metaphlan3/input/SRS014476-Supragingival_plaque.fasta.gz
--bowtie2db
is used to define the database directory. In this example the job is executed as an interactive batch job.
sinteractive -m 4G -c 4
module load metaphlan
metaphlan --bowtie2db metaphlan_databases SRS014476-Supragingival_plaque.fasta.gz --input_type fasta > SRS014476-Supragingival_plaque_profile.txt