diff hicPlotSVL.xml @ 8:b4e780e93c91 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
author iuc
date Wed, 18 Oct 2023 10:13:25 +0000
parents 279fb179dae7
children 337705015ee8
line wrap: on
line diff
--- a/hicPlotSVL.xml	Tue Jan 10 19:18:56 2023 +0000
+++ b/hicPlotSVL.xml	Wed Oct 18 10:13:25 2023 +0000
@@ -39,10 +39,10 @@
 ]]>
     </command>
     <inputs>
-        <expand macro='matrix_h5_cooler_multiple_macro' />
-        <param argument="--distance" optional='true' type="integer" label="Short range distance" help="Distance which should be considered as short range. Default 2MB." value='2000000' />
+        <expand macro="matrix_h5_cooler_multiple_macro" />
+        <param argument="--distance" optional="true" type="integer" label="Short range distance" help="Distance which should be considered as short range. Default 2MB." value="2000000" />
         <expand macro="chromosome_list" />
-        <param argument="--colorList" optional='true' type="text" label="Colorlist" help="Colorlist for the boxplots." />
+        <param argument="--colorList" optional="true" type="text" label="Colorlist" help="Colorlist for the boxplots." />
         <expand macro="dpi" />
         <param name="image_file_format" type="select" label="Image output format">
             <option value="png" selected="True">png</option>
@@ -51,14 +51,14 @@
         </param>
     </inputs>
     <outputs>
-        <data name='output_plot' from_work_dir='plot' format='png' label='Plot SVL'>
+        <data name="output_plot" from_work_dir="plot" format="png" label="Plot SVL">
             <change_format>
                 <when input="image_file_format" value="svg" format="svg" />
                 <when input="image_file_format" value="pdf" format="pdf" />
             </change_format>
         </data>
-        <data name='output_p_values' from_work_dir='p_values.txt' format='txt' label='P values svl' />
-        <data name='output_ratios' from_work_dir='ratios.txt' format='txt' label='Ratios svl' />
+        <data name="output_p_values" from_work_dir="p_values.txt" format="txt" label="P values svl" />
+        <data name="output_ratios" from_work_dir="ratios.txt" format="txt" label="Ratios svl" />
 
     </outputs>
     <tests>