Metaphlan2Classifier#
Add to module run order:
#BioModule biolockj.module.classifier.wgs.Metaphlan2Classifier
Description#
Classify WGS samples with MetaPhlAn2.
Properties#
Properties are the name=value
pairs in the configuration file.
Metaphlan2Classifier properties:#
Property | Description |
---|---|
exe.metaphlan2 | executable Path for the "metaphlan2" executable; if not supplied, any script that needs the metaphlan2 command will assume it is on the PATH. default: null |
metaphlan2.db | file path Directory containing alternate database. Must always be paired with metaphlan2.mpa_pkl default: null |
metaphlan2.metaphlan2Params | list additional parameters to use with metaphlan2 default: null |
metaphlan2.mpa_pkl | file path path to the mpa_pkl file used to reference an alternate DB. Must always be paired with metaphlan2.db default: null |
General properties applicable to this module:#
Property | Description |
---|---|
cluster.batchCommand | string Terminal command used to submit jobs on the cluster default: null |
cluster.jobHeader | string Header written at top of worker scripts default: null |
cluster.modules | list List of cluster modules to load at start of worker scripts default: null |
cluster.prologue | string To run at the start of every script after loading cluster modules (if any) default: null |
cluster.statusCommand | string Terminal command used to check the status of jobs on the cluster default: null |
docker.saveContainerOnExit | boolean If Y, docker run command will NOT include the --rm flag default: null |
docker.verifyImage | boolean In check dependencies, run a test to verify the docker image. default: null |
script.defaultHeader | string Store default script header for MAIN script and locally run WORKER scripts. default: #!/bin/bash |
script.numThreads | integer Used to reserve cluster resources and passed to any external application call that accepts a numThreads parameter. default: 8 |
script.numWorkers | integer Set number of samples to process per script (if parallel processing) default: 1 |
script.permissions | string Used as chmod permission parameter (ex: 774) default: 770 |
script.timeout | integer Sets # of minutes before worker scripts times out. default: null |
Details#
version: 0.0.0 none
Adds modules#
pre-requisite modules
none found
post-requisite modules
biolockj.module.implicit.parser.wgs.Metaphlan2Parser
Docker#
If running in docker, this module will run in a docker container from this image:
biolockjdevteam/metaphlan2_classifier:v1.3.18
This can be modified using the following properties:
Metaphlan2Classifier.imageOwner
Metaphlan2Classifier.imageName
Metaphlan2Classifier.imageTag
Citation#
MetaPhlAn2 for enhanced metagenomic taxonomic profiling. Duy Tin Truong, Eric A Franzosa, Timothy L Tickle, Matthias Scholz, George Weingart, Edoardo Pasolli, Adrian Tett, Curtis Huttenhower & Nicola Segata. Nature Methods 12, 902-903 (2015)