comparison QDNAseq.xml @ 43:327b8830d49f draft

Uploaded
author stef
date Thu, 19 Jun 2014 12:35:46 -0400
parents c3a66f3e1915
children 4372afee310b
comparison
equal deleted inserted replaced
42:4351c7715275 43:327b8830d49f
45 <option value="30">30kb</option> 45 <option value="30">30kb</option>
46 <option value="15">15kb</option> 46 <option value="15">15kb</option>
47 <option value="5">5kb</option> 47 <option value="5">5kb</option>
48 <option value="1">1kb</option> 48 <option value="1">1kb</option>
49 </param> 49 </param>
50 <param name="doCall" type="select" label="Also segment and call with CGHcall" help="This setting will be set to yes if called output is requested (see additional history outputs)"> 50
51 <option value="TRUE">yes</option>
52 <option value="FALSE">no</option>
53 </param>
54 <param name="experimentType" type="select" label="Type of sequencing data" help="Currently only single end reads of lenght 50 are supported within galaxy"> 51 <param name="experimentType" type="select" label="Type of sequencing data" help="Currently only single end reads of lenght 50 are supported within galaxy">
55 <option value="SR50">Single Read 50bp</option> 52 <option value="SR50">Single Reads of 50bp</option>
56 <!-- <option value="PE1000">PairedEnd1000</option> --> 53 <!-- <option value="PE1000">PairedEnd1000</option> -->
57 </param> 54 </param>
58 55
59 <!-- ==================== --> 56 <!-- ==================== -->
60 <!-- Input BAMs --> 57 <!-- Input BAMs -->
61 <!-- ==================== --> 58 <!-- ==================== -->
62 <param name="bams" type="data" multiple="true" optional="false" format="bam" label="Input BAMs" help="Select all BAM files to include in the analysis" /> 59 <param name="bams" type="data" multiple="true" optional="false" format="bam" label="Input BAMs" help="Select the BAM files to analyze" />
63 60
64 <!-- ==================== --> 61 <!-- ==================== -->
65 <!-- This section contains galaxy history output settings --> 62 <!-- This section contains galaxy history output settings -->
66 <!-- ==================== --> 63 <!-- ==================== -->
67 <conditional name="extra_history_outputs"> 64 <conditional name="extra_history_outputs">
68 <param name="show" type="select" label="Show additional history outputs"> 65 <param name="show" type="select" label="Optional history outputs">
69 <option value="NO">Only output Report to history</option> 66 <option value="NO">Only output Report to history</option>
70 <option value="YES">Select additional history outputs</option> 67 <option value="YES">Select additional history outputs</option>
71 </param> 68 </param>
72 <when value="YES"> 69 <when value="YES">
73 <param name="readcounts_rds" type="select" label="Also output readcounts RDS (R object) to history"> 70 <param name="readcounts_rds" type="select" label="Also output readcounts RDS (R object) to history">
112 <param name="show" type="select" label="Show advanced options"> 109 <param name="show" type="select" label="Show advanced options">
113 <option value="no">no</option> 110 <option value="no">no</option>
114 <option value="yes">yes</option> 111 <option value="yes">yes</option>
115 </param> 112 </param>
116 <when value="yes"> 113 <when value="yes">
114 <param name="doCall" type="select" label="Also segment and call with CGHcall" help="This setting will be set to yes if called output is requested (see additional history outputs)">
115 <option value="TRUE">yes</option>
116 <option value="FALSE">no</option>
117 </param>
117 118
118 <param name="undo_splits" type="select" label="undoSplits" help="If set to sdundo, see undoSD below"> 119 <param name="undo_splits" type="select" label="undoSplits" help="If set to sdundo, see undoSD below">
119 <option value="sdundo">sdundo</option> 120 <option value="sdundo">sdundo</option>
120 <option value="prune">prune</option> 121 <option value="prune">prune</option>
121 <option value="none">none</option> 122 <option value="none">none</option>
135 <option value="TRUE">yes</option> 136 <option value="TRUE">yes</option>
136 </param> 137 </param>
137 </when> 138 </when>
138 <!-- need to set defaults because params are passed to R anyway --> 139 <!-- need to set defaults because params are passed to R anyway -->
139 <when value="no"> 140 <when value="no">
141 <param name="doCall" type="hidden" value="TRUE" />
140 <param name="undoSD" type="hidden" value="1" /> 142 <param name="undoSD" type="hidden" value="1" />
141 <param name="undo_splits" type="hidden" value="sdundo" /> 143 <param name="undo_splits" type="hidden" value="sdundo" />
142 <param name="blacklist" type="hidden" value="TRUE" /> 144 <param name="blacklist" type="hidden" value="TRUE" />
143 <param name="mappability" type="hidden" value="0" /> 145 <param name="mappability" type="hidden" value="0" />
144 <param name="debug" type="hidden" value="FALSE" /> 146 <param name="debug" type="hidden" value="FALSE" />
202 as.integer( "${binSize}" ) -> binSize 204 as.integer( "${binSize}" ) -> binSize
203 "${experimentType}" -> experimentType 205 "${experimentType}" -> experimentType
204 "${jobName}" -> outputName 206 "${jobName}" -> outputName
205 207
206 ## extra params 208 ## extra params
207 as.logical( "${doCall}" ) -> doCall
208 "${htmlFile}" -> outputHtml 209 "${htmlFile}" -> outputHtml
209 "${htmlFile.files_path}" -> outputPath 210 "${htmlFile.files_path}" -> outputPath
210 "${use_own_binannotation.binannotation_file}" -> binAnnotations 211 "${use_own_binannotation.binannotation_file}" -> binAnnotations
211 212
212 ## advanced options 213 ## advanced options
214 as.logical( "${advanced.doCall}" ) -> doCall
213 as.double( "${advanced.undoSD}" ) -> undoSD 215 as.double( "${advanced.undoSD}" ) -> undoSD
214 as.logical( "${advanced.debug}" ) -> debug 216 as.logical( "${advanced.debug}" ) -> debug
215 as.logical( "${advanced.blacklist}" ) -> filterBlacklistedBins 217 as.logical( "${advanced.blacklist}" ) -> filterBlacklistedBins
216 as.integer( "${advanced.mappability}" ) -> mappabilityCutoff 218 as.integer( "${advanced.mappability}" ) -> mappabilityCutoff
217 "${advanced.undo_splits}" -> undoSplits 219 "${advanced.undo_splits}" -> undoSplits
284 286
285 .. _QDNAseq: http://www.bioconductor.org/packages/release/bioc/html/QDNAseq.html 287 .. _QDNAseq: http://www.bioconductor.org/packages/release/bioc/html/QDNAseq.html
286 288
287 It determines the copy number state of human chromosomes 1 - 22 for (shallow coverage) whole genome sequencing data. 289 It determines the copy number state of human chromosomes 1 - 22 for (shallow coverage) whole genome sequencing data.
288 290
291 For questions/remarks about the galaxy part of this tool, see contact form here_
292
293 .. _here: http://www.stefs.nl/wp/contact
294
289 ----- 295 -----
290 296
291 .. class:: warningmark 297 .. class:: warningmark
292 298
293 As there is no R 3.1.0 package yet which is required, the **dependencies** need to be installed by hand and available to the galaxy user: R (3.1.0) and bioconductor package QDNAseq (>= 1.0.5) 299 As there is no R 3.1.0 package yet (which is required), the **dependencies** need to be installed by hand and available to the user under which galaxy runs: R (3.1.0) and bioconductor package QDNAseq (>= 1.0.5)
294 300
295 .. class:: warningmark 301 .. class:: warningmark
296 302
297 The input BAMs are expected to be **single end reads of 50bp length** mapped to GRCh37/hg19 genome build. Other experiment setups are currently not supported within galaxy. See the documentation of QDNAseq at bioconductor on how to deal with different setups. 303 The input BAMs are expected to be **single end reads of 50bp length** mapped to GRCh37/hg19 genome build. Other experiment setups are currently not supported within galaxy. See the documentation of QDNAseq at bioconductor on how to deal with different setups.
298 304
308 314
309 .. _package: http://www.bioconductor.org/packages/release/bioc/html/QDNAseq.html 315 .. _package: http://www.bioconductor.org/packages/release/bioc/html/QDNAseq.html
310 316
311 317
312 .. image:: LGG150_copynumber_example.png 318 .. image:: LGG150_copynumber_example.png
319 .. image:: LGG150_calls_example.png
313 </help> 320 </help>
314 321
315 </tool> 322 </tool>