diff hicPlotViewpoint.xml @ 12:4b4d91356d93 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 4b602d427e0fc0da5353a4510798349de98e4ae4"
author iuc
date Tue, 10 Mar 2020 19:11:34 +0000
parents e8a131f0840f
children d488967c1625
line wrap: on
line diff
--- a/hicPlotViewpoint.xml	Thu Feb 06 00:29:30 2020 +0000
+++ b/hicPlotViewpoint.xml	Tue Mar 10 19:11:34 2020 +0000
@@ -11,7 +11,7 @@
             ln -s '$m' ${counter}_matrix.$m.ext &&
         #end for
         #set $m = ' '.join([ '\'%s_matrix.%s\'' % ($counter, $matrix.ext) for $counter, $matrix in enumerate($matrix_h5_cooler_multiple) ])
-       
+
         @BINARY@ --matrix $m
         #if $interactionOutFileName:
             $interactionOutFileName interactions
@@ -20,9 +20,9 @@
         --region $region
         --referencePoint $referencePoint
         && mv plot.$image_file_format plot
-        
+
         #if $interactionOutFileName:
-            && mkdir interaction 
+            && mkdir interaction
             #for $counter, $matrix in enumerate($m.split(' ')):
                 && mv interactions_${matrix}.bedgraph interaction/${counter}_interactions.bedgraph
             #end for