comparison heatmap_config.xml @ 1:db1d80e89156 draft

planemo upload for repository https://github.com/workflow4metabolomics/heatmap.git commit 29f9ccf5bd558becff5913528bb998aa7bb82d44
author ethevenot
date Sat, 06 Aug 2016 12:18:15 -0400
parents ad06aeed02c9
children b1667c118127
comparison
equal deleted inserted replaced
0:ad06aeed02c9 1:db1d80e89156
1 <tool id="Heatmap" name="Heatmap" version="2.2.0"> 1 <tool id="Heatmap" name="Heatmap" version="2.2.2">
2 <description>Heatmap of the dataMatrix</description> 2 <description>Heatmap of the dataMatrix</description>
3 3
4 <requirements> 4 <requirements>
5 <requirement type="package" version="3.2.2">R</requirement> 5 <requirement type="package" version="3.2.2">R</requirement>
6 <requirement type="package">r-batch</requirement> 6 <requirement type="package">r-batch</requirement>
7 </requirements> 7 </requirements>
8 8
9 <stdio>
10 <exit_code range="1:" level="fatal" />
11 </stdio>
12
9 <command><![CDATA[ 13 <command><![CDATA[
10 Rscript $__tool_directory__/heatmap_wrapper.R 14 Rscript $__tool_directory__/heatmap_wrapper.R
15
11 dataMatrix_in "$dataMatrix_in" 16 dataMatrix_in "$dataMatrix_in"
12 sampleMetadata_in "$sampleMetadata_in" 17 sampleMetadata_in "$sampleMetadata_in"
13 variableMetadata_in "$variableMetadata_in" 18 variableMetadata_in "$variableMetadata_in"
14 19
15 disC "$disC" 20 disC "$disC"
290 Working example 295 Working example
291 --------------- 296 ---------------
292 297
293 .. class:: infomark 298 .. class:: infomark
294 299
295 See the **W4M00001a_sacurine-subset-statistics** shared history in the **Shared Data/Published Histories** menu 300 See the **W4M00001a_sacurine-subset-statistics** shared history in the **Shared Data/Published Histories** menu (https://galaxy.workflow4metabolomics.org/history/list_published)
296 301
297 --------------------------------------------------- 302 ---------------------------------------------------
298 303
299 ---- 304 ----
300 NEWS 305 NEWS
301 ---- 306 ----
302 307
308 CHANGES IN VERSION 2.2.2
309 ========================
310
311 INTERNAL MODIFICATIONS
312
313 Minor internal modifications
314
303 CHANGES IN VERSION 2.2.0 315 CHANGES IN VERSION 2.2.0
304 ======================== 316 ========================
305 317
306 NEW FEATURES 318 NEW FEATURES
307 319
319 331
320 Creating additional files for planemo and travis running and installation validation 332 Creating additional files for planemo and travis running and installation validation
321 333
322 CHANGES IN VERSION 2.1.1 334 CHANGES IN VERSION 2.1.1
323 ======================== 335 ========================
336
337 INTERNAL MODIFICATIONS
324 338
325 Internal replacement of the as.hclust function which happened to produce error messages 339 Internal replacement of the as.hclust function which happened to produce error messages
326 340
327 </help> 341 </help>
328 342
329 <citations> 343 <citations>
344 <citation type="bibtex">@Manual{,
345 title = {R: A Language and Environment for Statistical Computing},
346 author = {{R Core Team}},
347 organization = {R Foundation for Statistical Computing},
348 address = {Vienna, Austria},
349 year = {2016},
350 url = {https://www.R-project.org/},
351 }</citation>
330 <citation type="bibtex">@Article{Thevenot2015, 352 <citation type="bibtex">@Article{Thevenot2015,
331 Title = {Analysis of the human adult urinary metabolome variations with age, body mass index and gender by implementing a comprehensive workflow for univariate and OPLS statistical analyses}, 353 Title = {Analysis of the human adult urinary metabolome variations with age, body mass index and gender by implementing a comprehensive workflow for univariate and OPLS statistical analyses},
332 Author = {Thevenot, Etienne A. and Roux, Aurelie and Xu, Ying and Ezan, Eric and Junot, Christophe}, 354 Author = {Thevenot, Etienne A. and Roux, Aurelie and Xu, Ying and Ezan, Eric and Junot, Christophe},
333 Journal = {Journal of Proteome Research}, 355 Journal = {Journal of Proteome Research},
334 Year = {2015}, 356 Year = {2015},
337 Pages = {3322-3335}, 359 Pages = {3322-3335},
338 Volume = {14}, 360 Volume = {14},
339 361
340 Doi = {10.1021/acs.jproteome.5b00354}, 362 Doi = {10.1021/acs.jproteome.5b00354},
341 Url = {http://pubs.acs.org/doi/full/10.1021/acs.jproteome.5b00354} 363 Url = {http://pubs.acs.org/doi/full/10.1021/acs.jproteome.5b00354}
342 }</citation> 364 }</citation>
365 <citation type="doi">10.1093/bioinformatics/btu813</citation>
343 </citations> 366 </citations>
344 367
345 </tool> 368 </tool>