annotate macs_wrapper.xml @ 3:e5f3bfba6812 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/macs commit 206cd8245e7619b0e924c5066d0172129222993d"
author devteam
date Wed, 05 Feb 2020 10:28:23 -0500
parents f6319b0b4391
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
e5f3bfba6812 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/macs commit 206cd8245e7619b0e924c5066d0172129222993d"
devteam
parents: 2
diff changeset
1 <tool id="peakcalling_macs" name="MACS" version="1.0.1" profile="16.04">
0
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
2 <description>Model-based Analysis of ChIP-Seq</description>
3
e5f3bfba6812 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/macs commit 206cd8245e7619b0e924c5066d0172129222993d"
devteam
parents: 2
diff changeset
3 <command>
e5f3bfba6812 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/macs commit 206cd8245e7619b0e924c5066d0172129222993d"
devteam
parents: 2
diff changeset
4 python '$__tool_directory__/macs_wrapper.py' '$options_file' '$output_bed_file' '$output_extra_files' '$output_extra_files.files_path'</command>
0
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
5 <requirements>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
6 <requirement type="package" version="1.3.7.1">macs</requirement>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
7 <requirement type="package" version="2.15.0">R</requirement>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
8 </requirements>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
9 <inputs>
2
f6319b0b4391 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/macs commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
10 <param name="experiment_name" type="text" value="MACS in Galaxy" label="Experiment Name"/>
0
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
11 <conditional name="input_type">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
12 <param name="input_type_selector" type="select" label="Paired End Sequencing">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
13 <option value="paired_end">Paired End (requires elandmulti format)</option>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
14 <option value="single_end" selected="true">Single End</option>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
15 </param>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
16 <when value="paired_end">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
17 <param name="input_chipseq_file1" type="data" format="elandmulti" label="ChIP-Seq Tag File 1" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
18 <param name="input_chipseq_file2" type="data" format="elandmulti" label="ChIP-Seq Tag File 2" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
19 <param name="input_control_file1" type="data" format="elandmulti" optional="True" label="ChIP-Seq Control File 1" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
20 <param name="input_control_file2" type="data" format="elandmulti" optional="True" label="ChIP-Seq Control File 2" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
21 <param name="petdist" type="integer" label="Best distance between Pair-End Tags" value="200"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
22 </when>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
23 <when value="single_end">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
24 <param name="input_chipseq_file1" type="data" format="bed,sam,bam,eland,elandmulti" label="ChIP-Seq Tag File" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
25 <param name="input_control_file1" type="data" format="bed,sam,bam,eland,elandmulti" optional="True" label="ChIP-Seq Control File" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
26 </when>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
27 </conditional>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
28 <param name="gsize" type="float" label="Effective genome size" value="2.7e+9" help="default: 2.7e+9"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
29 <param name="tsize" type="integer" label="Tag size" value="25"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
30 <param name="bw" type="integer" label="Band width" value="300"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
31 <param name="pvalue" type="float" label="Pvalue cutoff for peak detection" value="1e-5" help="default: 1e-5"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
32 <param name="mfold" type="integer" label="Select the regions with MFOLD high-confidence enrichment ratio against background to build model" value="32"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
33 <param name="xls_to_interval" label="Parse xls files into into distinct interval files" type="boolean" truevalue="create" falsevalue="do_not_create" checked="False"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
34 <conditional name="wig_type">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
35 <param name="wig_type_selector" type="select" label="Save shifted raw tag count at every bp into a wiggle file">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
36 <option value="wig">Save</option>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
37 <option value="no_wig" selected="true">Do not create wig file (faster)</option>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
38 </param>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
39 <when value="wig">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
40 <param name="wigextend" type="integer" label="Extend tag from its middle point to a wigextend size fragment." value="-1" help="Use value less than 0 for default (modeled d)"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
41 <param name="space" type="integer" label="Resolution for saving wiggle files" value="10"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
42 </when>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
43 <when value="no_wig">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
44 <!-- do nothing here -->
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
45 </when>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
46 </conditional>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
47 <param name="nolambda" label="Use fixed background lambda as local lambda for every peak region" type="boolean" truevalue="--nolambda" falsevalue="" checked="False" help="up to 9X more time consuming"/>
2
f6319b0b4391 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/macs commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
48 <param name="lambdaset" type="text" label="3 levels of regions around the peak region to calculate the maximum lambda as local lambda" value="1000,5000,10000"/>
0
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
49 <conditional name="nomodel_type">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
50 <param name="nomodel_type_selector" type="select" label="Build Model">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
51 <option value="nomodel">Do not build the shifting model</option>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
52 <option value="create_model" selected="true">Build the shifting model</option>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
53 </param>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
54 <when value="nomodel">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
55 <param name="shiftsize" type="integer" label="Arbitrary shift size in bp" value="100"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
56 </when>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
57 <when value="create_model">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
58 <!-- do nothing here -->
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
59 </when>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
60 </conditional>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
61 <conditional name="diag_type">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
62 <param name="diag_type_selector" type="select" label="Diagnosis report" help="up to 9X more time consuming">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
63 <option value="diag">Produce a diagnosis report</option>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
64 <option value="no_diag" selected="true">Do not produce report (faster)</option>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
65 </param>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
66 <when value="diag">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
67 <param name="fe-min" type="integer" label="Min fold enrichment to consider" value="0"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
68 <param name="fe-max" type="integer" label="Max fold enrichment to consider" value="32"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
69 <param name="fe-step" type="integer" label="Fold enrichment step" value="20"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
70 </when>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
71 <when value="no_diag">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
72 <!-- do nothing here -->
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
73 </when>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
74 </conditional>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
75 <param name="futurefdr" label="Perform the new peak detection method (futurefdr)" type="boolean" truevalue="--futurefdr" falsevalue="" checked="False" help="The default method only consider the peak location, 1k, 5k, and 10k regions in the control data; whereas the new future method also consider the 5k, 10k regions in treatment data to calculate local bias."/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
76 </inputs>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
77 <outputs>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
78 <data name="output_bed_file" format="bed" label="${tool.name} on ${on_string} (peaks: bed)"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
79 <data name="output_xls_to_interval_peaks_file" format="interval" label="${tool.name} on ${on_string} (peaks: interval)">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
80 <filter>xls_to_interval is True</filter>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
81 </data>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
82 <data name="output_xls_to_interval_negative_peaks_file" format="interval" label="${tool.name} on ${on_string} (negative peaks: interval)">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
83 <filter>xls_to_interval is True</filter>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
84 <filter>input_type['input_control_file1'] is not None</filter>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
85 </data>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
86 <data name="output_treatment_wig_file" format="wig" label="${tool.name} on ${on_string} (treatment: wig)">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
87 <filter>wig_type['wig_type_selector']=='wig'</filter>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
88 </data>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
89 <data name="output_control_wig_file" format="wig" label="${tool.name} on ${on_string} (control: wig)">
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
90 <filter>wig_type['wig_type_selector'] == 'wig'</filter>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
91 <filter>input_type['input_control_file1'] is not None</filter>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
92 </data>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
93 <data name="output_extra_files" format="html" label="${tool.name} on ${on_string} (html report)"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
94 </outputs>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
95 <configfiles>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
96 <configfile name="options_file">&lt;%
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
97 import json
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
98 %&gt;
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
99 #set $__options = { 'experiment_name':str( $experiment_name ), 'gsize':int( float( str( $gsize ) ) ), 'tsize':str( $tsize ), 'bw':str( $bw ), 'pvalue':str( $pvalue ), 'mfold':str( $mfold ), 'nolambda':str( $nolambda ), 'lambdaset': str( $lambdaset ), 'futurefdr':str( $futurefdr ) }
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
100 #if str( $xls_to_interval ) == 'create':
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
101 #set $__options['xls_to_interval'] = { 'peaks_file': str( $output_xls_to_interval_peaks_file ), 'negative_peaks_file': str( $output_xls_to_interval_negative_peaks_file ) }
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
102 #else:
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
103 #set $__options['xls_to_interval'] = False
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
104 #end if
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
105 ##treatment/tag input files and format
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
106 #set $__options['input_chipseq'] = [ str( $input_type['input_chipseq_file1'] ) ]
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
107 #if $input_type['input_type_selector'] == 'paired_end':
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
108 #set $_hole = __options['input_chipseq'].append( str( $input_type['input_chipseq_file2'] ) )
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
109 #set $__options['format'] = 'ELANDMULTIPET'
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
110 #else:
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
111 #set $__options['format'] = $input_type['input_chipseq_file1'].extension.upper()
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
112 #end if
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
113 ##control/input files
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
114 #set $__options['input_control'] = []
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
115 #if str( $input_type['input_control_file1'] ) != 'None':
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
116 #set $_hole = __options['input_control'].append( str( $input_type['input_control_file1'] ) )
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
117 #end if
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
118 #if $input_type['input_type_selector'] == 'paired_end' and str( $input_type['input_control_file2'] ) != 'None':
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
119 #set $_hole = __options['input_control'].append( str( $input_type['input_control_file2'] ) )
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
120 #end if
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
121 ##wig options
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
122 #if $wig_type['wig_type_selector'] == 'wig':
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
123 #set $__options['wig'] = {}
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
124 #set $__options['wig']['wigextend'] = str( $wig_type['wigextend'] )
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
125 #set $__options['wig']['space'] = str( $wig_type['space'] )
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
126 #set $__options['wig']['output_treatment_file'] = str( $output_treatment_wig_file )
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
127 #if $input_type['input_control_file1'] is not None:
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
128 #set $__options['wig']['output_control_file'] = str( $output_control_wig_file )
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
129 #end if
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
130 #end if
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
131 ##model options
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
132 #if $nomodel_type['nomodel_type_selector'] == 'nomodel':
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
133 #set $__options['nomodel'] = str( $nomodel_type['shiftsize'] )
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
134 #end if
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
135 ##diag options
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
136 #if $diag_type['diag_type_selector'] == 'diag':
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
137 #set $__options['diag'] = { 'fe-min':str( $diag_type['fe-min'] ), 'fe-max':str( $diag_type['fe-max'] ), 'fe-step':str( $diag_type['fe-step'] ) }
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
138 #end if
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
139 ${ json.dumps( __options ) }
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
140 </configfile>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
141 </configfiles>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
142 <tests>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
143 <test>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
144 <param name="input_type_selector" value="single_end" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
145 <param name="input_chipseq_file1" value="chipseq_enriched.bed.gz" ftype="bed" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
146 <param name="input_control_file1" value="chipseq_input.bed.gz" ftype="bed" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
147 <param name="experiment_name" value="Galaxy Test Run" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
148 <param name="tsize" value="36" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
149 <param name="mfold" value="13" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
150 <param name="gsize" value="2.7e+9" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
151 <param name="bw" value="300" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
152 <param name="pvalue" value="1e-5" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
153 <param name="xls_to_interval" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
154 <param name="wig_type_selector" value="no_wig" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
155 <param name="nolambda"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
156 <param name="lambdaset" value="1000,5000,10000"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
157 <param name="nomodel_type_selector" value="create_model" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
158 <param name="diag_type_selector" value="no_diag" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
159 <param name="futurefdr"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
160 <output name="output_bed_file" file="peakcalling_macs/macs_test_1_out.bed" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
161 <output name="output_html_file" file="peakcalling_macs/macs_test_1_out.html" compare="re_match" >
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
162 <extra_files type="file" name="Galaxy_Test_Run_model.pdf" value="peakcalling_macs/test2/Galaxy_Test_Run_model.pdf" compare="re_match"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
163 <extra_files type="file" name="Galaxy_Test_Run_model.r" value="peakcalling_macs/test2/Galaxy_Test_Run_model.r" compare="re_match"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
164 <extra_files type="file" name="Galaxy_Test_Run_model.r.log" value="peakcalling_macs/test2/Galaxy_Test_Run_model.r.log"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
165 <extra_files type="file" name="Galaxy_Test_Run_negative_peaks.xls" value="peakcalling_macs/test2/Galaxy_Test_Run_negative_peaks.xls" compare="re_match"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
166 <extra_files type="file" name="Galaxy_Test_Run_peaks.xls" value="peakcalling_macs/test2/Galaxy_Test_Run_peaks.xls" compare="re_match"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
167 </output>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
168 </test>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
169 <test>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
170 <param name="input_type_selector" value="single_end" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
171 <param name="input_chipseq_file1" value="chipseq_enriched.bed.gz" ftype="bed" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
172 <param name="input_control_file1" value="chipseq_input.bed.gz" ftype="bed" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
173 <param name="experiment_name" value="Galaxy Test Run" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
174 <param name="tsize" value="36" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
175 <param name="mfold" value="13" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
176 <param name="gsize" value="2.7e+9" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
177 <param name="bw" value="300" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
178 <param name="pvalue" value="1e-5" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
179 <param name="xls_to_interval" value="true" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
180 <param name="wig_type_selector" value="no_wig" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
181 <param name="nolambda"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
182 <param name="lambdaset" value="1000,5000,10000"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
183 <param name="nomodel_type_selector" value="create_model" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
184 <param name="diag_type_selector" value="no_diag" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
185 <param name="futurefdr"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
186 <output name="output_bed_file" file="peakcalling_macs/macs_test_1_out.bed" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
187 <output name="output_xls_to_interval_peaks_file" file="peakcalling_macs/macs_test_2_peaks_out.interval" lines_diff="4" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
188 <output name="output_xls_to_interval_negative_peaks_file" file="peakcalling_macs/macs_test_2_neg_peaks_out.interval" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
189 <output name="output_html_file" file="peakcalling_macs/macs_test_1_out.html" compare="re_match" >
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
190 <extra_files type="directory" value="peakcalling_macs/test2/" compare="re_match"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
191 </output>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
192 </test>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
193 <!-- <test>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
194 <param name="input_type_selector" value="single_end" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
195 <param name="input_chipseq_file1" value="chipseq_enriched.bed.gz" ftype="bed" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
196 <param name="input_control_file1" value="chipseq_input.bed.gz" ftype="bed" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
197 <param name="experiment_name" value="Galaxy Test Run" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
198 <param name="tsize" value="36" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
199 <param name="mfold" value="13" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
200 <param name="gsize" value="2.7e+9" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
201 <param name="bw" value="300" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
202 <param name="pvalue" value="1e-5" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
203 <param name="xls_to_interval" value="true" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
204 <param name="wig_type_selector" value="wig" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
205 <param name="wigextend" value="-1" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
206 <param name="space" value="10" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
207 <param name="nolambda"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
208 <param name="lambdaset" value="1000,5000,10000"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
209 <param name="nomodel_type_selector" value="create_model" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
210 <param name="diag_type_selector" value="no_diag" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
211 <param name="futurefdr"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
212 <output name="output_bed_file" file="peakcalling_macs/macs_test_1_out.bed" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
213 <output name="output_xls_to_interval_peaks_file" file="peakcalling_macs/macs_test_2_peaks_out.interval" lines_diff="4" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
214 <output name="output_xls_to_interval_negative_peaks_file" file="macs_test_2_neg_peaks_out.interval" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
215 <output name="output_treatment_wig_file" file="peakcalling_macs/macs_test_3_treatment_out.wig" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
216 <output name="output_control_wig_file" file="peakcalling_macs/macs_test_3_control_out.wig" />
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
217 <output name="output_html_file" file="peakcalling_macs/macs_test_3_out.html" compare="re_match" >
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
218 <extra_files type="directory" value="peakcalling_macs/test2/" compare="re_match"/>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
219 </output>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
220 </test> -->
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
221 </tests>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
222 <help>
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
223 **What it does**
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
224
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
225 This tool allows ChIP-seq peak calling using MACS.
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
226
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
227 Depending upon selected options, 2 to 6 history items will be created; the first output will be a standard BED file and the last will be an HTML report containing links to download additional files generated by MACS. Up to two each of wig and interval files can be optionally created; the interval files are parsed from the xls output.
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
228
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
229 View the original MACS documentation: http://liulab.dfci.harvard.edu/MACS/00README.html.
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
230
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
231 ------
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
232
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
233 **Citation**
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
234
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
235 For the underlying tool, please cite `Zhang Y, Liu T, Meyer CA, Eeckhoute J, Johnson DS, Bernstein BE, Nusbaum C, Myers RM, Brown M, Li W, Liu XS. Model-based analysis of ChIP-Seq (MACS). Genome Biol. 2008;9(9):R137. &lt;http://www.ncbi.nlm.nih.gov/pubmed/18798982&gt;`_
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
236
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
237 If you use this tool in Galaxy, please cite Blankenberg D, et al. *In preparation.*
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
238
1
6e5fcffb68c9 planemo upload commit 00a7926c285bc4a339bd7deebf40b28f39c7d947
devteam
parents: 0
diff changeset
239 </help>
6e5fcffb68c9 planemo upload commit 00a7926c285bc4a339bd7deebf40b28f39c7d947
devteam
parents: 0
diff changeset
240 <citations>
6e5fcffb68c9 planemo upload commit 00a7926c285bc4a339bd7deebf40b28f39c7d947
devteam
parents: 0
diff changeset
241 <citation type="doi">10.1186/gb-2008-9-9-r137</citation>
6e5fcffb68c9 planemo upload commit 00a7926c285bc4a339bd7deebf40b28f39c7d947
devteam
parents: 0
diff changeset
242 </citations>
0
ae2ec275332a Imported from capsule None
devteam
parents:
diff changeset
243 </tool>