diff hicSumMatrices.xml @ 21:36dfa2825a59 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:15:10 +0000
parents 5aa5ef83f975
children
line wrap: on
line diff
--- a/hicSumMatrices.xml	Tue Jan 10 18:58:18 2023 +0000
+++ b/hicSumMatrices.xml	Wed Oct 18 10:15:10 2023 +0000
@@ -20,17 +20,17 @@
 ]]>
     </command>
     <inputs>
-        <expand macro='matrix_h5_cooler_multiple_macro' />
+        <expand macro="matrix_h5_cooler_multiple_macro" />
     </inputs>
     <outputs>
-        <data name="outFileName" from_work_dir="matrix" format_source='matrix_h5_cooler_multiple' />
+        <data name="outFileName" from_work_dir="matrix" format_source="matrix_h5_cooler_multiple" />
     </outputs>
     <tests>
         <test>
             <param name="matrix_h5_cooler_multiple" value="small_test_matrix.h5,small_test_matrix.h5" />
             <output name="outFileName" ftype="h5">
                 <assert_contents>
-                    <has_h5_keys keys='intervals,matrix' />
+                    <has_h5_keys keys="intervals,matrix" />
                 </assert_contents>
             </output>
         </test>
@@ -38,7 +38,7 @@
             <param name="matrix_h5_cooler_multiple" value="small_test_matrix.cool,small_test_matrix.cool" />
             <output name="outFileName" ftype="cool">
                 <assert_contents>
-                    <has_h5_keys keys='bins,chroms,indexes,pixels' />
+                    <has_h5_keys keys="bins,chroms,indexes,pixels" />
                 </assert_contents>
             </output>
         </test>