comparison macros.xml @ 6:cab19c0452c4 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bbtools commit cd59ba2c349865259b92302a1d70e103b8a5e3cb
author iuc
date Tue, 27 Aug 2024 10:15:19 +0000
parents 1af48f9cc27b
children
comparison
equal deleted inserted replaced
5:1af48f9cc27b 6:cab19c0452c4
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">39.06</token> 2 <token name="@TOOL_VERSION@">39.08</token>
3 <token name="@VERSION_SUFFIX@">2</token> 3 <token name="@VERSION_SUFFIX@">0</token>
4 <token name="@PROFILE@">22.01</token> 4 <token name="@PROFILE@">22.01</token>
5 <xml name="edam_ontology"> 5 <xml name="edam_ontology">
6 <edam_topics> 6 <edam_topics>
7 <edam_topic>topic_0622</edam_topic> <!-- Genomics --> 7 <edam_topic>topic_0622</edam_topic>
8 <edam_topic>topic_0091</edam_topic> <!-- Bioinformatics --> 8 <!-- Genomics -->
9 <edam_topic>topic_0091</edam_topic>
10 <!-- Bioinformatics -->
9 </edam_topics> 11 </edam_topics>
10 <edam_operations> 12 <edam_operations>
11 <edam_operation>operation_0496</edam_operation> <!-- Global alignment --> 13 <edam_operation>operation_0496</edam_operation>
12 <edam_operation>operation_0491</edam_operation> <!-- Pairwise sequence alignment --> 14 <!-- Global alignment -->
15 <edam_operation>operation_0491</edam_operation>
16 <!-- Pairwise sequence alignment -->
13 </edam_operations> 17 </edam_operations>
14 </xml> 18 </xml>
15 <xml name="bio.tools"> 19 <xml name="bio.tools">
16 <xrefs> 20 <xrefs>
17 <xref type="bio.tools">bbtools</xref> 21 <xref type="bio.tools">bbtools</xref>
18 </xrefs> 22 </xrefs>
19 </xml> 23 </xml>
20 <xml name="requirements"> 24 <xml name="requirements">
21 <requirements> 25 <requirements>
22 <requirement type="package" version="@TOOL_VERSION@">bbmap</requirement> 26 <requirement type="package" version="@TOOL_VERSION@">bbmap</requirement>
23 <requirement type="package" version="1.19.2">samtools</requirement> <!-- automatic solving installs 1.6 in some cases, instead --> 27 <requirement type="package" version="1.20">samtools</requirement>
28 <!-- automatic solving installs 1.6 in some cases, instead -->
24 </requirements> 29 </requirements>
25 </xml> 30 </xml>
26 <macro name="dbKeyActionsBBMap"> 31 <macro name="dbKeyActionsBBMap">
27 <expand macro="dbKeyActions"> 32 <expand macro="dbKeyActions">
28 <option type="from_data_table" name="fasta_indexes" column="1" offset="0"> 33 <option type="from_data_table" name="fasta_indexes" column="1" offset="0">
60 <when value="pair"> 65 <when value="pair">
61 <param name="read1" type="data" format="fastqsanger.gz,fastqsanger" label="Forward reads fastq file"/> 66 <param name="read1" type="data" format="fastqsanger.gz,fastqsanger" label="Forward reads fastq file"/>
62 <param name="read2" type="data" format="fastqsanger.gz,fastqsanger" label="Reverse reads fastq file"/> 67 <param name="read2" type="data" format="fastqsanger.gz,fastqsanger" label="Reverse reads fastq file"/>
63 </when> 68 </when>
64 <when value="paired"> 69 <when value="paired">
65 <param name="reads_collection" type="data_collection" format="fastqsanger,fastqsanger.gz" collection_type="paired" label="Collection of fastqsanger paired read files"/> 70 <param name="reads_collection" type="data_collection" format="fastqsanger,fastqsanger.gz" label="Collection of fastqsanger paired read files" collection_type="paired"/>
66 </when> 71 </when>
67 </conditional> 72 </conditional>
68 </macro> 73 </macro>
69 <macro name="reference_source_cond"> 74 <macro name="reference_source_cond">
70 <conditional name="ref_source_cond"> 75 <conditional name="ref_source_cond">
85 </when> 90 </when>
86 </conditional> 91 </conditional>
87 </macro> 92 </macro>
88 <macro name="ktrim_cond"> 93 <macro name="ktrim_cond">
89 <conditional name="ktrim_cond"> 94 <conditional name="ktrim_cond">
90 <param name="ktrim_select" type="select" label="Trim reads to remove bases matching reference kmers?"> 95 <param name="ktrim_select" type="select" label="Trim reads to remove bases matching reference kmers?">
91 <option value="no" selected="true">No</option> 96 <option value="no" selected="true">No</option>
92 <option value="yes">Yes</option> 97 <option value="yes">Yes</option>
93 </param> 98 </param>
94 <when value="no"/> 99 <when value="no"/>
95 <when value="yes"> 100 <when value="yes">
96 <param argument="ktrim" type="select" label="Select trimming position"> 101 <param argument="ktrim" type="select" label="Select trimming position">
97 <option value="r">Trim to the right</option> 102 <option value="r">Trim to the right</option>
98 <option value="l">Trim to the left</option> 103 <option value="l">Trim to the left</option>
99 </param> 104 </param>
100 <param argument="minlength" type="integer" value="10" label="Minimum read length" help="Trimmed reads shorter than this will be discarded, pairs will be discarded if both are shorter."/> 105 <param argument="minlength" type="integer" value="10" label="Minimum read length" help="Trimmed reads shorter than this will be discarded, pairs will be discarded if both are shorter."/>
101 </when> 106 </when>
102 </conditional> 107 </conditional>
103 </macro> 108 </macro>
104 <xml name="citations"> 109 <xml name="citations">
105 <citations> 110 <citations>
106 <citation type="doi"> 111 <citation type="doi">
107 https://doi.org/10.1371/journal.pone.0185056 112 https://doi.org/10.1371/journal.pone.0185056
108 </citation> 113 </citation>
109 </citations> 114 </citations>
110 </xml> 115 </xml>
111 </macros> 116 </macros>
112