comparison hisat2_macros.xml @ 13:f4fa77189eb0 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hisat2 commit 24fd129248023df91579027d9061468d01fc2350
author iuc
date Tue, 18 Jul 2017 14:25:13 -0400
parents e926afbd9e10
children 526b91fbde60
comparison
equal deleted inserted replaced
12:2ec097c8e843 13:f4fa77189eb0
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <macros> 2 <macros>
3 <xml name="function" tokens="helptext">
4 <param display="radio" help="@HELPTEXT@" label="Function type" name="function_type" type="select">
5 <option value="C">Constant</option>
6 <option value="L">Linear [f(x) = y + z * x]</option>
7 <option value="S">Square root [f(x) = y + z * x&#178;]</option>
8 <option value="G">Natural logarithm [f(x) = y + z * log(x)]</option>
9 </param>
10 <param help="@HELPTEXT@" label="Constant term (y)" name="constant_term" type="integer" value="0" />
11 <param help="@HELPTEXT@" label="Coefficient (z)" name="coefficient" type="integer" value="0" />
12 </xml>
13 <xml name="single_paired_selector"> 3 <xml name="single_paired_selector">
14 <param label="Single end or paired reads?" name="paired_selector" type="select"> 4 <param label="Single end or paired reads?" name="paired_selector" type="select">
15 <option value="paired_collection">Collection of paired reads</option> 5 <option value="paired_collection">Collection of paired reads</option>
16 <option value="paired">Individual paired reads</option> 6 <option value="paired">Individual paired reads</option>
17 <option value="single">Individual unpaired reads</option> 7 <option value="single">Individual unpaired reads</option>