comparison qualimap_multi_bamqc.xml @ 3:17b35d23731f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit 25200b2c00364b3d371c14cb4624b246446e548b
author iuc
date Thu, 11 Jul 2024 14:42:25 +0000
parents 16beb83e370c
children
comparison
equal deleted inserted replaced
2:e38af83df163 3:17b35d23731f
1 <tool id="qualimap_multi_bamqc" name="QualiMap Multi-Sample BamQC" version="@VERSION@"> 1 <tool id="qualimap_multi_bamqc" name="QualiMap Multi-Sample BamQC" version="@VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05">
2 <macros> 2 <macros>
3 <import>qualimap_macros.xml</import> 3 <import>qualimap_macros.xml</import>
4 <xml name="test_collection"> 4 <xml name="test_collection">
5 <collection type="list"> 5 <collection type="list">
6 <element name="genome_results" value="genome_results_inside_features.txt" /> 6 <element name="genome_results" value="genome_results_inside_features.txt" />
14 <element name="mapping_quality_across_reference" value="mapping_quality_across_reference.txt" /> 14 <element name="mapping_quality_across_reference" value="mapping_quality_across_reference.txt" />
15 <element name="mapping_quality_histogram" value="mapping_quality_histogram.txt" /> 15 <element name="mapping_quality_histogram" value="mapping_quality_histogram.txt" />
16 </collection> 16 </collection>
17 </xml> 17 </xml>
18 </macros> 18 </macros>
19 <expand macro="bio_tools"/>
19 <expand macro="requirements" /> 20 <expand macro="requirements" />
20 <expand macro="version_command" /> 21 <expand macro="version_command" />
21 <command detect_errors="exit_code"><![CDATA[ 22 <command detect_errors="exit_code"><![CDATA[
22 #if str($input.mode) == 'grouped': 23 #if str($input.mode) == 'grouped':
23 #set $n = 0 24 #set $n = 0
80 <option value="grouped">In groups</option> 81 <option value="grouped">In groups</option>
81 </param> 82 </param>
82 <when value="individual"> 83 <when value="individual">
83 <repeat name="bam_qc_data" default="2" min="2" 84 <repeat name="bam_qc_data" default="2" min="2"
84 title="BAM QC data to combine"> 85 title="BAM QC data to combine">
85 <param name="bam_qc_input" type="data_collection" collection_type="list" format="txt" 86 <param name="bam_qc_input" type="data_collection" format="txt" label="Single-sample BAM QC data" help="" collection_type="list" />
86 label="Single-sample BAM QC data"
87 help="" />
88 <param name="sample_name" type="text" 87 <param name="sample_name" type="text"
89 label="Name to use for this dataset" 88 label="Name to use for this dataset"
90 help="This is the name that will be used for this dataset throughout the Qualimap report. Default: Name of the raw data collection in the history" /> 89 help="This is the name that will be used for this dataset throughout the Qualimap report. Default: Name of the raw data collection in the history" />
91 </repeat> 90 </repeat>
92 </when> 91 </when>
95 <param name="name" type="text" label="Name of the group"> 94 <param name="name" type="text" label="Name of the group">
96 <validator type="expression" message="A name is required for every group">value.strip()</validator> 95 <validator type="expression" message="A name is required for every group">value.strip()</validator>
97 </param> 96 </param>
98 <repeat name="bam_qc_data" default="1" min="1" 97 <repeat name="bam_qc_data" default="1" min="1"
99 title="Data associated with this group"> 98 title="Data associated with this group">
100 <param name="bam_qc_input" type="data_collection" collection_type="list" format="txt" multiple="true" 99 <param name="bam_qc_input" type="data_collection" format="txt" label="Single-sample BAM QC data" help="" collection_type="list" multiple="true" />
101 label="Single-sample BAM QC data"
102 help="" />
103 </repeat> 100 </repeat>
104 </repeat> 101 </repeat>
105 </when> 102 </when>
106 </conditional> 103 </conditional>
107 </inputs> 104 </inputs>