comparison macros.xml @ 0:988729b728f0 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastp commit 2e41f5d3dd8201a5f8295ec30095c508250a8304
author iuc
date Fri, 09 Mar 2018 20:21:51 -0500
parents
children f44e93b4529c
comparison
equal deleted inserted replaced
-1:000000000000 0:988729b728f0
1 <macros>
2 <token name="@WRAPPER_VERSION@">0.12.4</token>
3
4 <xml name="adapter_sequence1">
5 <param name="adapter_sequence1" argument="--adapter_sequence" type="text" optional="true" label="Adapter sequence for input 1"
6 help="The adapter for read1. For SE data, if not specified, the adapter will be auto-detected. For PE data, this is used if R1/R2 are found not overlapped.">
7 <sanitizer>
8 <valid>
9 <add value="A"/>
10 <add value="T"/>
11 <add value="C"/>
12 <add value="G"/>
13 </valid>
14 </sanitizer>
15 </param>
16 </xml>
17 <xml name="in1">
18 <param name="in1" argument="-i" type="data" format="fastq,fastq.gz" label="Input 1" help="Input FASTQ file #1"/>
19 </xml>
20 <xml name="poly_g_min_len">
21 <param name="poly_g_min_len" argument="--poly_g_min_len" type="integer" optional="true" label="PolyG minimum length"
22 help="The minimum length to detect polyG in the read tail. 10 by default."/>
23 </xml>
24
25 </macros>