diff stacks_cstacks.xml @ 12:40cde06ae34a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks commit 74ee33c6e30744a6da8deb7116d431d80ee80edb
author iuc
date Fri, 07 Apr 2023 22:05:09 +0000
parents be3df81c0353
children
line wrap: on
line diff
--- a/stacks_cstacks.xml	Tue Mar 22 23:19:02 2022 +0000
+++ b/stacks_cstacks.xml	Fri Apr 07 22:05:09 2023 +0000
@@ -1,9 +1,9 @@
 <tool id="stacks_cstacks" name="Stacks: cstacks" version="@WRAPPER_VERSION@.0">
     <description>build a catalogue of loci</description>
-    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="bio_tools"/>
     <expand macro="requirements"/>
     <expand macro="stdio"/>
     <command><![CDATA[
@@ -71,9 +71,9 @@
 
         <param name="popmap" type="data" format="tabular,txt" label="Population map" help="If set, the catalog will be built from samples listed in this file" optional="true" argument="-M" />
 
-        <param name="g" argument="-g" type="boolean" checked="false" truevalue="-g" falsevalue="" label="Base catalog matching on genomic location, not sequence identity" />
+        <param argument="-g" type="boolean" checked="false" truevalue="-g" falsevalue="" label="Base catalog matching on genomic location, not sequence identity" />
 
-        <param name="n" argument="-n" type="integer" value="1" label="Number of mismatches allowed between sample tags when building the catalog"/>
+        <param argument="-n" type="integer" value="1" label="Number of mismatches allowed between sample tags when building the catalog"/>
 
         <param name="include_multiple" argument="-m" type="boolean" checked="false" truevalue="-m" falsevalue="" label="Include tags in the catalog that match to more than one entry" />
 
@@ -84,8 +84,8 @@
             </param>
             <when value="no"/>
             <when value="yes">
-                <param name="max_gaps" argument="--max_gaps" type="integer" value="2" label="Number of gaps allowed between stacks before merging"/>
-                <param name="min_aln_len" argument="--min_aln_len" type="float" value="0.8" min="0.0" max="1.0" label="Minimum length of aligned sequence in a gapped alignment"/>
+                <param argument="--max_gaps" type="integer" value="2" label="Number of gaps allowed between stacks before merging"/>
+                <param argument="--min_aln_len" type="float" value="0.8" min="0.0" max="1.0" label="Minimum length of aligned sequence in a gapped alignment"/>
             </when>
         </conditional>
     </inputs>