diff 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
line wrap: on
line diff
--- a/hisat2_macros.xml	Mon Apr 10 23:28:31 2017 -0400
+++ b/hisat2_macros.xml	Tue Jul 18 14:25:13 2017 -0400
@@ -1,15 +1,5 @@
 <?xml version="1.0"?>
 <macros>
-    <xml name="function" tokens="helptext">
-        <param display="radio" help="@HELPTEXT@" label="Function type" name="function_type" type="select">
-            <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&#178;]</option>
-            <option value="G">Natural logarithm [f(x) = y + z * log(x)]</option>
-        </param>
-        <param help="@HELPTEXT@" label="Constant term (y)" name="constant_term" type="integer" value="0" />
-        <param help="@HELPTEXT@" label="Coefficient (z)" name="coefficient" type="integer" value="0" />
-    </xml>
     <xml name="single_paired_selector">
         <param label="Single end or paired reads?" name="paired_selector" type="select">
             <option value="paired_collection">Collection of paired reads</option>