diff hicFindTADs.xml @ 14:1d9b575fe97d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 4b602d427e0fc0da5353a4510798349de98e4ae4"
author iuc
date Wed, 11 Mar 2020 06:51:50 -0400
parents 6b7987d22eab
children d404277cc87a
line wrap: on
line diff
--- a/hicFindTADs.xml	Wed Feb 05 20:02:14 2020 -0500
+++ b/hicFindTADs.xml	Wed Mar 11 06:51:50 2020 -0400
@@ -7,9 +7,9 @@
     <expand macro="requirements" />
     <command detect_errors="exit_code"><![CDATA[
         ln -s '$matrix_h5_cooler' 'matrix.$matrix_h5_cooler.ext' &&
-        
+
         #if $precomputedZscore_conditional.precomputedZscore_selector == 'precomputed':
-            ln -s '$precomputedZscore_conditional.scoreFile' 'prefix_tad_score.bm' && 
+            ln -s '$precomputedZscore_conditional.scoreFile' 'prefix_tad_score.bm' &&
             ln -s '$precomputedZscore_conditional.zscoreMatrix' 'prefix_zscore_matrix.h5' &&
         #end if
         @BINARY@
@@ -72,7 +72,7 @@
                 <param name="zscoreMatrix" type="data" format='h5'  label="Precomputed z-score matrix"/>
             </when>
         </conditional>
-        
+
         <conditional name="multiple_comparison_conditional">
             <param name="multiple_comparison_selector" type="select" label="Multiple Testing Corrections" >
                 <option value="fdr" selected="True">False discovery rate</option>
@@ -137,7 +137,7 @@
                 <param name="maxDepth" value="30000"/>
                 <param name="step" value="15000"/>
             </conditional>
-            
+
             <param name="minBoundaryDistance" value="5000" />
             <conditional name="multiple_comparison_conditional">
                 <param name="multiple_comparison_selector" value="fdr"/>