Mercurial > repos > devteam > hisat
comparison hisat_macros.xml @ 0:e3fe061597ac draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/hisat commit 5a7365750648c26206f05ac7956936c243c2b980
author | devteam |
---|---|
date | Thu, 11 Jun 2015 16:35:16 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e3fe061597ac |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 <xml name="function"> | |
4 <param type="select" label="Function type" name="function_type" display="radio"> | |
5 <yield /> | |
6 <option value="C">Constant</option> | |
7 <option value="L">Linear [f(x) = y + z * x]</option> | |
8 <option value="S">Square root [f(x) = y + z * x²]</option> | |
9 <option value="G">Natural logarithm [f(x) = y + z * log(x)]</option> | |
10 </param> | |
11 <param type="integer" label="Constant term (y)" name="constant_term" value="0" /> | |
12 <param type="integer" label="Coefficient (z)" name="coefficient_term" value="0" /> | |
13 </xml> | |
14 <xml name="single_paired_selector"> | |
15 <param label="Single end or paired reads?" name="paired_selector" type="select"> | |
16 <option value="paired_collection">Single collection of paired reads</option> | |
17 <option value="paired_list">List of paired reads</option> | |
18 <option value="paired">Reads are paired</option> | |
19 <option value="single">Reads are unpaired</option> | |
20 </param> | |
21 </xml> | |
22 </macros> |