comparison hicTransform.xml @ 16:f36828ebdc54 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
author iuc
date Wed, 18 Oct 2023 10:24:58 +0000
parents 21b3ef2a6a80
children 27fe5cd1729c
comparison
equal deleted inserted replaced
15:21b3ef2a6a80 16:f36828ebdc54
22 22
23 && mv 'matrix.$matrix_h5_cooler.ext' matrix 23 && mv 'matrix.$matrix_h5_cooler.ext' matrix
24 ]]> 24 ]]>
25 </command> 25 </command>
26 <inputs> 26 <inputs>
27 <expand macro='matrix_h5_cooler_macro' /> 27 <expand macro="matrix_h5_cooler_macro" />
28 <param name="method_selector" type="select" label="Choose method to apply"> 28 <param name="method_selector" type="select" label="Choose method to apply">
29 <option value="obs_exp" selected="True">obs / exp</option> 29 <option value="obs_exp" selected="True">obs / exp</option>
30 <option value="obs_exp_lieberman">obs / exp (Lieberman-Aiden 2009)</option> 30 <option value="obs_exp_lieberman">obs / exp (Lieberman-Aiden 2009)</option>
31 <option value="obs_exp_non_zero">obs / exp (exclude non-zero from exp)</option> 31 <option value="obs_exp_non_zero">obs / exp (exclude non-zero from exp)</option>
32 <option value="pearson">pearson</option> 32 <option value="pearson">pearson</option>
33 <option value="covariance">covariance</option> 33 <option value="covariance">covariance</option>
34 </param> 34 </param>
35 <param name='ligation_factor' type='boolean' truevalue='--ligation_factor' falsevalue="" checked="false" label='Multiplies a scaling factor to each entry of the expected matrix to take care of the proximity ligation' /> 35 <param name="ligation_factor" type="boolean" truevalue="--ligation_factor" falsevalue="" checked="false" label="Multiplies a scaling factor to each entry of the expected matrix to take care of the proximity ligation" />
36 <param argument="--perChromosome" type="boolean" truevalue="--perChromosome" falsevalue="" checked="false" label="Computation per chromosome" /> 36 <param argument="--perChromosome" type="boolean" truevalue="--perChromosome" falsevalue="" checked="false" label="Computation per chromosome" />
37 <repeat name="chromosomeOrder" min="0" title="Chromosomes to include in the computation"> 37 <repeat name="chromosomeOrder" min="0" title="Chromosomes to include in the computation">
38 <param name="chromosome" type="text"> 38 <param name="chromosome" type="text">
39 <validator type="empty_field" /> 39 <validator type="empty_field" />
40 <validator type="expression" message="Only alphanumeric characters and the underscore can be used in chromosome names">value.replace('_', '').isalnum()</validator> 40 <validator type="expression" message="Only alphanumeric characters and the underscore can be used in chromosome names">value.replace('_', '').isalnum()</validator>
49 </data> 49 </data>
50 </outputs> 50 </outputs>
51 <tests> 51 <tests>
52 <test> 52 <test>
53 <param name="matrix_h5_cooler" value="small_test_matrix.h5" /> 53 <param name="matrix_h5_cooler" value="small_test_matrix.h5" />
54 <param name='method_selector' value='obs_exp_lieberman' /> 54 <param name="method_selector" value="obs_exp_lieberman" />
55 <output name="matrix_out" ftype="h5"> 55 <output name="matrix_out" ftype="h5">
56 <assert_contents> 56 <assert_contents>
57 <has_h5_keys keys='intervals,matrix' /> 57 <has_h5_keys keys="intervals,matrix" />
58 </assert_contents> 58 </assert_contents>
59 </output> 59 </output>
60 </test> 60 </test>
61 <test> 61 <test>
62 <param name="matrix_h5_cooler" value="small_test_matrix.h5" /> 62 <param name="matrix_h5_cooler" value="small_test_matrix.h5" />
63 <param name='method_selector' value='obs_exp_lieberman' /> 63 <param name="method_selector" value="obs_exp_lieberman" />
64 <param name='ligation_factor' value='True' /> 64 <param name="ligation_factor" value="True" />
65 <output name="matrix_out" ftype="h5"> 65 <output name="matrix_out" ftype="h5">
66 <assert_contents> 66 <assert_contents>
67 <has_h5_keys keys='intervals,matrix' /> 67 <has_h5_keys keys="intervals,matrix" />
68 </assert_contents> 68 </assert_contents>
69 </output> 69 </output>
70 </test> 70 </test>
71 </tests> 71 </tests>
72 <help><![CDATA[ 72 <help><![CDATA[
93 _________________ 93 _________________
94 94
95 | For more information about HiCExplorer please consider our documentation on readthedocs.io_ 95 | For more information about HiCExplorer please consider our documentation on readthedocs.io_
96 96
97 .. _readthedocs.io: http://hicexplorer.readthedocs.io/en/latest/index.html 97 .. _readthedocs.io: http://hicexplorer.readthedocs.io/en/latest/index.html
98 .. _`Lieberman-Aiden et al. (2009)`: https://doi.org/10.1126/science.1181369 98 .. _`Lieberman-Aiden et al. (2009)`: https://pubmed.ncbi.nlm.nih.gov/19815776/
99 ]]> </help> 99 ]]> </help>
100 <expand macro="citations" /> 100 <expand macro="citations" />
101 </tool> 101 </tool>