Mercurial > repos > bgruening > hicexplorer_chicviewpoint
diff chicViewpoint.xml @ 3:8fb584526458 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 3d3fe0c7636592f01981d491dc8ff44bb55c1750"
author | iuc |
---|---|
date | Tue, 24 Mar 2020 14:32:20 -0400 |
parents | 0dabfd9a496b |
children | 78b70d78a596 |
line wrap: on
line diff
--- a/chicViewpoint.xml Wed Mar 11 17:23:23 2020 -0400 +++ b/chicViewpoint.xml Tue Mar 24 14:32:20 2020 -0400 @@ -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>