diff chicViewpoint.xml @ 2:32f3666332f8 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 3d3fe0c7636592f01981d491dc8ff44bb55c1750"
author iuc
date Tue, 24 Mar 2020 17:31:50 +0000
parents 7a659307d3ff
children 544440b09b16
line wrap: on
line diff
--- a/chicViewpoint.xml	Wed Mar 11 09:45:01 2020 +0000
+++ b/chicViewpoint.xml	Tue Mar 24 17:31:50 2020 +0000
@@ -22,6 +22,7 @@
             --referencePoints '$referencePoints'
             --averageContactBin $averageContactBin
             --fixateRange $fixateRange
+            --decimalPlaces $decimalPlaces
             --threads @THREADS@
             --backgroundModelFile '$backgroundModelFile'
             --outputFolder interactionFiles
@@ -42,6 +43,8 @@
                         help="The background file computed by chicViewpointBackgroundModel" />
         <param argument="--averageContactBin" type="integer" value="5"  label="Average contacts window size" help='Average the contacts of n bins via a sliding window approach.'/>
         <param argument="--fixateRange" type="integer" value="500000"  label="Clip background distance" help='Fixate score of background model starting at distance x. E.g. all values greater 500kb are set to the value of the 500kb bin.'/>
+        <param argument="--decimalPlaces" type="integer" value="12"  label="Decimal places for output" help='Decimal places for all floating value in the output.'/>
+        
         <param name='writeFileNamesToFile' type='boolean' truevalue='--writeFileNamesToFile interactionFiles.txt'  falsevalue="" checked="false" label="Save interaction file names (batch processing)"
                     help="Set this parameter if you want to use the batch processing mode for the further analysis."/>
     </inputs>