comparison hicDetectLoops.xml @ 2:cabc992c6207 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 38accbb2df53ff03e810a3b92f4723fa29636950"
author iuc
date Thu, 12 Mar 2020 21:49:03 +0000
parents 2d1988b74bf6
children 9f4340171345
comparison
equal deleted inserted replaced
1:2d1988b74bf6 2:cabc992c6207
1 <tool id="hicexplorer_hicdetectloops" name="@BINARY@" version="@WRAPPER_VERSION@.0"> 1 <tool id="hicexplorer_hicdetectloops" name="@BINARY@" version="@WRAPPER_VERSION@.1">
2 <description>searches for enriched regions</description> 2 <description>searches for enriched regions</description>
3 <macros> 3 <macros>
4 <token name="@BINARY@">hicDetectLoops</token> 4 <token name="@BINARY@">hicDetectLoops</token>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
63 This does NOT influence the p-value for the neighborhood testing." value='0.05'/> 63 This does NOT influence the p-value for the neighborhood testing." value='0.05'/>
64 <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' /> 64 <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' />
65 <param argument="--maximumInteractionPercentageThreshold" type="float" value='0.1' label="Maximum interaction share" help= "For each genomic distance the maximum value is considered and all candidates need to have at least \'max_value * maximumInteractionPercentageThreshold\' interactions." /> 65 <param argument="--maximumInteractionPercentageThreshold" type="float" value='0.1' label="Maximum interaction share" help= "For each genomic distance the maximum value is considered and all candidates need to have at least \'max_value * maximumInteractionPercentageThreshold\' interactions." />
66 <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'/> 66 <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="--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'/> 67 <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="--minLoopDistance" optional='true' type="integer" label="Maximal loop distance" help= "Minimum genomic distance of a loop to be considered." value='100000'/> 68 <param argument="--minLoopDistance" optional='true' type="integer" label="Minimum loop distance" help= "Minimum genomic distance of a loop to be considered." value='100000'/>
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 name="statisticalTest_selector" type="select" label="Stistical test"> 71 <param name="statisticalTest_selector" type="select" label="Stistical test">
72 <option value="wilcoxon-rank-sum" selected="True">Wilcoxon rank-sum'</option> 72 <option value="wilcoxon-rank-sum" selected="True">Wilcoxon rank-sum'</option>
73 <option value="anderson-darling">Anderson-Darling</option> 73 <option value="anderson-darling">Anderson-Darling</option>