diff segment.xml @ 1:c4a22d0fdba5 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:45:41 +0000
parents 9d9a8f230a2f
children
line wrap: on
line diff
--- a/segment.xml	Sun May 14 20:07:45 2023 +0000
+++ b/segment.xml	Fri Sep 29 15:45:41 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 '$filename' ./tumor.cnr &&
@@ -49,7 +50,7 @@
             #end if
     ]]></command>
     <inputs>
-        <param name="filename" type="data" format="tabular" label="Input CNR file" help="" />
+        <param name="filename" type="data" format="tabular" label="Bin-Level log2 Ratios/Coverages cnr file" help="Use the output of the CNVkit fix" />
         <section name="additional_SNP_allelic_process" title="additional process for SNP b_allele frequencies" expanded="false">
             <expand macro="additionally_SNP_process" />
         </section>