comparison macs2_callpeak.xml @ 15:c33686854b19 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 30858afbdbe0223d07d2936a8469295bcbeda786
author iuc
date Mon, 15 Oct 2018 06:49:16 -0400
parents c16dbe4e2db2
children 495a4173006f
comparison
equal deleted inserted replaced
14:c16dbe4e2db2 15:c33686854b19
1 <tool id="macs2_callpeak" name="MACS2 callpeak" version="@VERSION_STRING@.4" profile="17.09"> 1 <tool id="macs2_callpeak" name="MACS2 callpeak" version="@VERSION_STRING@.5" profile="17.09">
2 <description>Call peaks from alignment results</description> 2 <description>Call peaks from alignment results</description>
3 <macros> 3 <macros>
4 <import>macs2_macros.xml</import> 4 <import>macs2_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"> 6 <expand macro="requirements">
43 43
44 ## advanced options 44 ## advanced options
45 45
46 $advanced_options.nolambda 46 $advanced_options.nolambda
47 $advanced_options.to_large 47 $advanced_options.to_large
48 $advanced_options.spmr
48 49
49 #if $advanced_options.ratio: 50 #if $advanced_options.ratio:
50 --ratio $advanced_options.ratio 51 --ratio $advanced_options.ratio
51 #end if 52 #end if
52 53
217 <param name="to_large" type="boolean" truevalue="--to-large" falsevalue="" checked="False" optional="True" 218 <param name="to_large" type="boolean" truevalue="--to-large" falsevalue="" checked="False" optional="True"
218 label="When set, scale the small sample up to the bigger sample" 219 label="When set, scale the small sample up to the bigger sample"
219 help="By default, the bigger dataset will be scaled down towards the smaller dataset, which will lead to smaller p/qvalues and more specific results. Keep in mind that scaling down will bring down background noise more. (--to-large). Default: No"/> 220 help="By default, the bigger dataset will be scaled down towards the smaller dataset, which will lead to smaller p/qvalues and more specific results. Keep in mind that scaling down will bring down background noise more. (--to-large). Default: No"/>
220 <param name="nolambda" type="boolean" truevalue="--nolambda" falsevalue="" checked="False" optional="True" 221 <param name="nolambda" type="boolean" truevalue="--nolambda" falsevalue="" checked="False" optional="True"
221 label="Use fixed background lambda as local lambda for every peak region" help="up to 9X more time consuming (--nolambda). Default: No"/> 222 label="Use fixed background lambda as local lambda for every peak region" help="up to 9X more time consuming (--nolambda). Default: No"/>
223 <param name="spmr" type="boolean" truevalue="--SPMR" falsevalue="" checked="False" optional="True"
224 label="Save signal per million reads for fragment pileup profiles"
225 help="Requires 'Scores in bedGraph files (--bdg)' output to be selected. (--SPMR). Default: No"/>
222 <param name="ratio" type="float" optional="True" 226 <param name="ratio" type="float" optional="True"
223 label="When set, use a custom scaling ratio of ChIP/control (e.g. calculated using NCIS) for linear scaling" 227 label="When set, use a custom scaling ratio of ChIP/control (e.g. calculated using NCIS) for linear scaling"
224 help="(--ratio) Default: ignore"/> 228 help="(--ratio) Default: ignore"/>
225 <param name="slocal" type="integer" optional="True" label="The small nearby region in basepairs to calculate dynamic lambda" 229 <param name="slocal" type="integer" optional="True" label="The small nearby region in basepairs to calculate dynamic lambda"
226 help="This is used to capture the bias near the peak summit region. Invalid if there is no control data. If you set this to 0, MACS will skip slocal lambda calculation. *Note* that MACS will always perform a d-size local lambda calculation. The final local bias should be the maximum of the lambda value from d, slocal, and llocal size windows. (--slocal). Default: 1000"/> 230 help="This is used to capture the bias near the peak summit region. Invalid if there is no control data. If you set this to 0, MACS will skip slocal lambda calculation. *Note* that MACS will always perform a d-size local lambda calculation. The final local bias should be the maximum of the lambda value from d, slocal, and llocal size windows. (--slocal). Default: 1000"/>