Mercurial > repos > bgruening > hicexplorer_hicvalidatelocations
comparison hicValidateLocations.xml @ 3:bccefbea9b8d 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:27:02 -0400 |
parents | 61754e6c156d |
children | 662109a754b5 |
comparison
equal
deleted
inserted
replaced
2:61754e6c156d | 3:bccefbea9b8d |
---|---|
20 <param argument="--data" type="data" format='bed' | 20 <param argument="--data" type="data" format='bed' |
21 label="Loop file" | 21 label="Loop file" |
22 help="The loop file from hicDetectLoops. To use files from other sources, ' | 22 help="The loop file from hicDetectLoops. To use files from other sources, ' |
23 'please follow \'chr start end chr start end\' format." /> | 23 'please follow \'chr start end chr start end\' format." /> |
24 <param argument="--protein" type="data" format='bed' | 24 <param argument="--protein" type="data" format='bed' |
25 label="Loop file" | 25 label="Protein file" |
26 help="The loop file from hicDetectLoops. To use files from other sources, ' | 26 help="The protein peak file." /> |
27 'please follow \'chr start end chr start end\' format." /> | |
28 <param argument="--resolution" type="integer" value="" | 27 <param argument="--resolution" type="integer" value="" |
29 label="Used resolution" | 28 label="Used resolution" |
30 help='The to be binned resolution.'/> | 29 help='The to be binned resolution.'/> |
31 | 30 |
32 <param name='addChrPrefixLoops' type='boolean' truevalue='--addChrPrefixLoops' falsevalue="" checked="false" label="Add chr prefix to loops." | 31 <param name='addChrPrefixLoops' type='boolean' truevalue='--addChrPrefixLoops' falsevalue="" checked="false" label="Add chr prefix to loops." |