comparison macros.xml @ 30:c5e2e5902201 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cutadapt commit c75b6fda89f1cb0dce226ec983adda7f051a42e8"
author iuc
date Wed, 02 Mar 2022 08:37:02 +0000
parents 48f587c13075
children 02c5a84971c8
comparison
equal deleted inserted replaced
29:48f587c13075 30:c5e2e5902201
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">3.5</token> 2 <token name="@TOOL_VERSION@">3.7</token>
3 <token name="@VERSION_SUFFIX@">2</token> 3 <token name="@VERSION_SUFFIX@">0</token>
4 <token name="@FASTQ_TYPES@">fastq.gz,fastq,fasta</token> 4 <token name="@FASTQ_TYPES@">fastq.gz,fastq,fasta</token>
5 <xml name="edam_ontology"> 5 <xml name="edam_ontology">
6 <edam_topics> 6 <edam_topics>
7 <edam_topic>topic_0632</edam_topic> 7 <edam_topic>topic_0632</edam_topic>
8 </edam_topics> 8 </edam_topics>
267 </when> 267 </when>
268 </conditional> 268 </conditional>
269 <param name="single_noindels" type="boolean" truevalue=";noindels" falsevalue="" checked="false" label="Disallow indels for this adapter"/> 269 <param name="single_noindels" type="boolean" truevalue=";noindels" falsevalue="" checked="false" label="Disallow indels for this adapter"/>
270 </repeat> 270 </repeat>
271 271
272 <param name="cut" argument="--cut" type="integer" value="0" optional="True" label="Cut bases from reads before adapter trimming" help="Remove bases from each read (first read only if paired). If positive, remove bases from the beginning. If negative, remove bases from the end. This is applied *before* adapter trimming." /> 272 <param argument="--cut" type="integer" value="0" optional="True" label="Cut bases from reads before adapter trimming" help="Remove bases from each read (first read only if paired). If positive, remove bases from the beginning. If negative, remove bases from the end. This is applied *before* adapter trimming." />
273 273
274 </section> 274 </section>
275 275
276 </xml> 276 </xml>
277 277