diff target.xml @ 1:876630eb0680 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit e927b17a345b18c1b51dc1b112db5129278dcd22
author iuc
date Fri, 29 Sep 2023 15:44:03 +0000
parents 0350116f0c25
children
line wrap: on
line diff
--- a/target.xml	Sun May 14 20:08:09 2023 +0000
+++ b/target.xml	Fri Sep 29 15:44:03 2023 +0000
@@ -4,6 +4,7 @@
         <import>macros.xml</import>
     </macros>
     <expand macro="xrefs"/>
+    <expand macro="creators"/>
     <expand macro="requirements"/>
     <command detect_errors="exit_code"><![CDATA[    
     ln -s '$input_file' ./capture.bed &&
@@ -23,7 +24,7 @@
         #end if
     ]]></command>
     <inputs>
-        <param name="input_file" type="data" format="bed" label="Input BED file" help="" />
+        <param name="input_file" type="data" format="bed" label="capture/target BED file" help="" />
         <param argument="--annotate" optional="true" type="data" format="bed,gff,tabular" label="Use gene models from this file to assign names to the target regions" help="Format: UCSC refFlat.txt or ensFlat.txt file, BED, interval list, GFF, or similar" />
         <param argument="--short-names" type="boolean" checked="false" truevalue="--short-names" falsevalue="" label="Reduce multi-accession bait labels to be short and consistent" help="" />
         <param argument="--split" type="boolean" checked="false" truevalue="--split" falsevalue="" label="Split large tiled intervals into smaller, consecutive targets" help="" />