diff hicMergeMatrixBins.xml @ 19:977dc15add20 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
author iuc
date Wed, 18 Oct 2023 10:38:18 +0000
parents 03dd3c16ae4e
children
line wrap: on
line diff
--- a/hicMergeMatrixBins.xml	Tue Jan 10 18:41:48 2023 +0000
+++ b/hicMergeMatrixBins.xml	Wed Oct 18 10:38:18 2023 +0000
@@ -16,7 +16,7 @@
 ]]>
     </command>
     <inputs>
-        <expand macro='matrix_h5_cooler_macro' />
+        <expand macro="matrix_h5_cooler_macro" />
         <param argument="--numBins" type="integer" min="1" value="3" label="Number of bins to merge" />
         <param argument="--runningWindow" type="boolean" falsevalue="" truevalue="--runningWindow" label="Set to merge for using a running window of length --numBins. Usually not set." />
     </inputs>
@@ -33,7 +33,7 @@
             <param name="numBins" value="5" />
             <output name="outFileName" ftype="h5">
                 <assert_contents>
-                    <has_h5_keys keys='intervals,matrix,nan_bins' />
+                    <has_h5_keys keys="intervals,matrix,nan_bins" />
                 </assert_contents>
             </output>
         </test>