Mercurial > repos > nml > quasitools
diff drmutations.xml @ 7:dcd43b402eb3 draft
planemo upload for repository https://github.com/phac-nml/quasitools commit ce3f1b19e7e110ff47365c672bc6fa17cce0a314
author | nml |
---|---|
date | Fri, 23 Nov 2018 15:43:16 -0500 |
parents | b69e898b8109 |
children | 9def47f3c1e4 |
line wrap: on
line diff
--- a/drmutations.xml Fri Oct 12 09:16:03 2018 -0400 +++ b/drmutations.xml Fri Nov 23 15:43:16 2018 -0500 @@ -1,7 +1,7 @@ -<tool id="drmutations" name="Drug Resistance Mutations" version="0.4.2"> +<tool id="drmutations" name="Drug Resistance Mutations" version="0.5.1"> <description></description> <requirements> - <requirement type="package" version="0.4.2">quasitools</requirement> + <requirement type="package" version="0.5.1">quasitools</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ @@ -58,7 +58,37 @@ Generates a report detailing the drug resistant mutations found, above the reporting threshold (default: 1%). +------ +Inputs +------ + +1. A BAM file. +2. A reference FASTA file. +3. A variants (.vcf) file. +4. A genes (.bed) file. +5. A mutation database (.tsv) file. + +---------- +Parameters +---------- +1. The minimum required frequency for a variant to be considered. Defaults to 0.01. +2. The reporting threshold a mutation must pass to be included in the report. + +------- +Outputs +------- + +A CSV file containing the drug resistant mutations found. + ]]></help> - <citations> - </citations> + <citations> + <citation type="bibtex"> + @misc{GitHubquasitoolsdrmutations, + title = {quasitools drmutations}, + publisher = {phac-nml}, + journal = {GitHub repository}, + url = {https://github.com/phac-nml/quasitools}, + } + </citation> + </citations> </tool>