Mercurial > repos > bgruening > hicexplorer_hicdetectloops
comparison hicDetectLoops.xml @ 8:0410b6aada45 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:41:24 +0000 |
parents | 0d6c2ff54c76 |
children | ffc33339cd3e |
comparison
equal
deleted
inserted
replaced
7:0d6c2ff54c76 | 8:0410b6aada45 |
---|---|
51 --threads @THREADS@ -tpc @THREADS@ | 51 --threads @THREADS@ -tpc @THREADS@ |
52 ]]> | 52 ]]> |
53 </command> | 53 </command> |
54 <inputs> | 54 <inputs> |
55 <expand macro="matrix_h5_cooler_macro" /> | 55 <expand macro="matrix_h5_cooler_macro" /> |
56 <param argument="--peakWidth" type="integer" optional='true' label="Peak width" help= "The width of the peak region in bins. The square around the peak will include (2 * peakWidth)^2 bins." /> | 56 <param argument="--peakWidth" type="integer" optional="true" label="Peak width" help= "The width of the peak region in bins. The square around the peak will include (2 * peakWidth)^2 bins." /> |
57 <param argument="--windowSize" type="integer" optional='true' label="Window size" help= "The window size for the neighborhood region the peak is located in. All values from this region (exclude the values from the peak | 57 <param argument="--windowSize" type="integer" optional="true" label="Window size" help= "The window size for the neighborhood region the peak is located in. All values from this region (exclude the values from the peak |
58 region) are tested against the peak region for significant difference. The square will have the size of (2 * windowSize)^2 bins" /> | 58 region) are tested against the peak region for significant difference. The square will have the size of (2 * windowSize)^2 bins" /> |
59 <param argument="--pValuePreselection" type="float" label="P-value preselection" help= "Only candidates with p-values less the given threshold will be considered as candidates. | 59 <param argument="--pValuePreselection" type="float" label="P-value preselection" help= "Only candidates with p-values less the given threshold will be considered as candidates. |
60 For each genomic distance a negative binomial distribution is fitted and for each pixel a p-value given by the cumulative density function is given. | 60 For each genomic distance a negative binomial distribution is fitted and for each pixel a p-value given by the cumulative density function is given. |
61 This does NOT influence the p-value for the neighborhood testing." value='0.05' /> | 61 This does NOT influence the p-value for the neighborhood testing." value="0.05" /> |
62 <param argument="--peakInteractionsThreshold" type="integer" label="Minimum interaction number" help= "The minimum number of interactions a detected peaks needs to have to be considered." value='5' /> | 62 <param argument="--peakInteractionsThreshold" type="integer" label="Minimum interaction number" help= "The minimum number of interactions a detected peaks needs to have to be considered." value="5" /> |
63 | 63 |
64 <!-- new--> | 64 <!-- new--> |
65 <param argument="--obsExpThreshold" type="float" label="Obs/exp interaction threshold" help= "The minimum number of obs/exp interactions a detected peaks needs to have to be considered" value='1.5' /> | 65 <param argument="--obsExpThreshold" type="float" label="Obs/exp interaction threshold" help= "The minimum number of obs/exp interactions a detected peaks needs to have to be considered" value="1.5" /> |
66 | 66 |
67 <param argument="--pValue" type="float" label="P-value" help= "Rejection level for the statistical test for H0. H0 is peak region and background have the same distribution." value='0.05' /> | 67 <param argument="--pValue" type="float" label="P-value" help= "Rejection level for the statistical test for H0. H0 is peak region and background have the same distribution." value="0.05" /> |
68 <param argument="--maxLoopDistance" optional='true' type="integer" label="Maximal loop distance" help= "Maximum genomic distance of a loop, usually loops are within a distance of ~2MB." value='2000000' /> | 68 <param argument="--maxLoopDistance" optional="true" type="integer" label="Maximal loop distance" help= "Maximum genomic distance of a loop, usually loops are within a distance of ~2MB." value="2000000" /> |
69 <param argument="--chromosomes" optional='true' type="text" label="Chromosomes to include" help= "Chromosomes to include in the analysis. If not set, all chromosomes are included." /> | 69 <param argument="--chromosomes" optional="true" type="text" label="Chromosomes to include" help= "Chromosomes to include in the analysis. If not set, all chromosomes are included." /> |
70 <param argument="--region" optional='true' type="text" label="Chromosomes to include" help= "The format is chr:start-end." /> | 70 <param argument="--region" optional="true" type="text" label="Chromosomes to include" help= "The format is chr:start-end." /> |
71 <param argument="--expected" type="select" label="Method to compute the expected value"> | 71 <param argument="--expected" type="select" label="Method to compute the expected value"> |
72 <option value="mean" selected="True">mean</option> | 72 <option value="mean" selected="True">mean</option> |
73 <option value="mean_nonzero">mean_nonzero</option> | 73 <option value="mean_nonzero">mean_nonzero</option> |
74 <option value="mean_nonzero_ligation">mean_nonzero_ligation</option> | 74 <option value="mean_nonzero_ligation">mean_nonzero_ligation</option> |
75 </param> | 75 </param> |
76 </inputs> | 76 </inputs> |
77 <outputs> | 77 <outputs> |
78 <data name='output_loops' from_work_dir='output_loop.bedgraph' format='bedgraph' label='Computed loops' /> | 78 <data name="output_loops" from_work_dir="output_loop.bedgraph" format="bedgraph" label="Computed loops" /> |
79 </outputs> | 79 </outputs> |
80 <tests> | 80 <tests> |
81 <test> | 81 <test> |
82 <param name="matrix_h5_cooler" value="small_test_matrix.cool" /> | 82 <param name="matrix_h5_cooler" value="small_test_matrix.cool" /> |
83 <param name="maxLoopDistance" value="30000000" /> | 83 <param name="maxLoopDistance" value="30000000" /> |