Mercurial > repos > iuc > tbprofiler
comparison tb_profiler_profile.xml @ 3:19793eecc9f0 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 5679ad1f1d5cac6c6168ad91dd4ca3616d22ca35"
author | iuc |
---|---|
date | Fri, 16 Aug 2019 16:26:31 -0400 |
parents | 49b819f88c2b |
children | c2656b729ee9 |
comparison
equal
deleted
inserted
replaced
2:49b819f88c2b | 3:19793eecc9f0 |
---|---|
1 <tool id="tb_profiler_profile" name="TB-Profiler Profile" version="2.4"> | 1 <tool id="tb_profiler_profile" name="TB-Profiler Profile" version="@TOOL_VERSION@+galaxy0"> |
2 <description>Infer strain types and drug resistance markers from sequences</description> | 2 <description>Infer strain types and drug resistance markers from sequences</description> |
3 <macros> | |
4 <import>macros.xml</import> | |
5 </macros> | |
3 <requirements> | 6 <requirements> |
4 <requirement type="package" version="2.4">tb-profiler</requirement> | 7 <requirement type="package" version="@TOOL_VERSION@">tb-profiler</requirement> |
5 </requirements> | 8 </requirements> |
6 <command detect_errors="exit_code"><![CDATA[ | 9 <command detect_errors="exit_code"><![CDATA[ |
7 #if str($fastq_or_bam.input_select.value) in ("paired_fastq", "paired_collection_fastq", "single_fastq") | 10 #if str($fastq_or_bam.input_select.value) in ("paired_fastq", "paired_collection_fastq", "single_fastq") |
8 #if str($fastq_or_bam.input_select.value) == "paired_fastq" | 11 #if str($fastq_or_bam.input_select.value) == "paired_fastq" |
9 #set r1_ext = $fastq_or_bam.read1.extension | 12 #set r1_ext = $fastq_or_bam.read1.extension |
40 #if $advanced.options == 'yes' | 43 #if $advanced.options == 'yes' |
41 --call_method '${advanced.call_method}' | 44 --call_method '${advanced.call_method}' |
42 --min_gene_frac '${advanced.min_gene_frac}' | 45 --min_gene_frac '${advanced.min_gene_frac}' |
43 --mapper '${advanced.mapper}' | 46 --mapper '${advanced.mapper}' |
44 --min_depth '${advanced.min_depth}' | 47 --min_depth '${advanced.min_depth}' |
48 --af '${min_allel_freq}' | |
49 --reporting_af '${min_allel_freq_reporting}' | |
45 #end if | 50 #end if |
46 | 51 |
47 #if $output_format == "pdf" | 52 #if $output_format == "pdf" |
48 --pdf | 53 --pdf |
49 #else if $output_format == "txt" | 54 #else if $output_format == "txt" |
111 <option value="bwa" selected="true">bwa</option> | 116 <option value="bwa" selected="true">bwa</option> |
112 <option value="minimap2">minimap2</option> | 117 <option value="minimap2">minimap2</option> |
113 <option value="bowtie2">bowtie2</option> | 118 <option value="bowtie2">bowtie2</option> |
114 </param> | 119 </param> |
115 <param name="min_gene_frac" label="Minimum Gene Fraction" type="float" value="0.9" help="Used to infer a deletion if the fraction of a gene covered falls below this value. Also used to see if sample is high quality to continue by checking the fraction for rpoB (where deletion should not occur). (default: 0.9)" /> | 120 <param name="min_gene_frac" label="Minimum Gene Fraction" type="float" value="0.9" help="Used to infer a deletion if the fraction of a gene covered falls below this value. Also used to see if sample is high quality to continue by checking the fraction for rpoB (where deletion should not occur). (default: 0.9)" /> |
121 <param name="min_allel_freq" argument="--af" type="float" value="0.1" label="Minimum allele frequency to call variants" help=" Minimum allele frequency to call variants (default: 0.1)" /> | |
122 <param name="min_allel_freq_reporting" argument="--reporting_af" value="0.1" label="Reporting Minimum allele frequency to call variants" type="float" help=" Minimum allele frequency to call variants (default: 0.1)"/> | |
116 </when> | 123 </when> |
117 </conditional> | 124 </conditional> |
118 </inputs> | 125 </inputs> |
119 <outputs> | 126 <outputs> |
120 <data name="results_json" format="json" from_work_dir="results/tbprofiler.results.json" label="${tool.name} on ${on_string}: Results.json"/> | 127 <data name="results_json" format="json" from_work_dir="results/tbprofiler.results.json" label="${tool.name} on ${on_string}: Results.json"/> |