Mercurial > repos > bgruening > hicexplorer_chicviewpointbackgroundmodel
comparison chicViewpointBackgroundModel.xml @ 7:d3f74063cae4 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 8586409c5f329eaf75902eedc3d29a6e82560788
author | iuc |
---|---|
date | Mon, 01 Jul 2024 18:48:21 +0000 |
parents | ec108157fa49 |
children | cd3b3b4c51c5 |
comparison
equal
deleted
inserted
replaced
6:12a6c7c4b00c | 7:d3f74063cae4 |
---|---|
21 --threads @THREADS@ | 21 --threads @THREADS@ |
22 --outFileName background.txt | 22 --outFileName background.txt |
23 ]]> </command> | 23 ]]> </command> |
24 <inputs> | 24 <inputs> |
25 <expand macro="matrix_h5_cooler_multiple_macro" /> | 25 <expand macro="matrix_h5_cooler_multiple_macro" /> |
26 <param argument="--referencePoints" type="data" format='interval' label="Reference points" help="Bed file contains all reference points which should be used to build the background model." /> | 26 <param argument="--referencePoints" type="data" format="interval" label="Reference points" help="Bed file contains all reference points which should be used to build the background model." /> |
27 <param argument="--averageContactBin" type="integer" value="5" label="Average contacts window size" help='Average the contacts of n bins via a sliding window approach.' /> | 27 <param argument="--averageContactBin" type="integer" value="5" label="Average contacts window size" help="Average the contacts of n bins via a sliding window approach." /> |
28 <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.' /> | 28 <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." /> |
29 <param argument='--truncateZeros' type='boolean' truevalue='--truncateZeros' falsevalue="" checked="false" label="Truncate zeros" help="Set this parameter if you want truncate zeros to fight over dispersion." /> | 29 <param argument="--truncateZeros" type="boolean" truevalue="--truncateZeros" falsevalue="" checked="false" label="Truncate zeros" help="Set this parameter if you want truncate zeros to fight over dispersion." /> |
30 </inputs> | 30 </inputs> |
31 <outputs> | 31 <outputs> |
32 <data name="background" from_work_dir="background.txt" format="tabular" label="${tool.name} on [${on_string}]: Background model" /> | 32 <data name="background" from_work_dir="background.txt" format="tabular" label="${tool.name} on [${on_string}]: Background model" /> |
33 </outputs> | 33 </outputs> |
34 <tests> | 34 <tests> |