Mercurial > repos > devteam > hisat
view hisat_macros.xml @ 1:8bb3efa0dae8 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/hisat commit 8000b1dd0d6b336707cf84867d11f690f6a26f5c
author | devteam |
---|---|
date | Tue, 21 Jul 2015 15:33:12 -0400 |
parents | e3fe061597ac |
children |
line wrap: on
line source
<?xml version="1.0"?> <macros> <xml name="function"> <param type="select" label="Function type" name="function_type" display="radio"> <yield /> <option value="C">Constant</option> <option value="L">Linear [f(x) = y + z * x]</option> <option value="S">Square root [f(x) = y + z * x²]</option> <option value="G">Natural logarithm [f(x) = y + z * log(x)]</option> </param> <param type="integer" label="Constant term (y)" name="constant_term" value="0" /> <param type="integer" label="Coefficient (z)" name="coefficient_term" value="0" /> </xml> <xml name="single_paired_selector"> <param label="Single end or paired reads?" name="paired_selector" type="select"> <option value="paired_collection">Single collection of paired reads</option> <option value="paired_list">List of paired reads</option> <option value="paired">Reads are paired</option> <option value="single">Reads are unpaired</option> </param> </xml> </macros>