annotate basicplot.xml @ 1:42c753143178 draft default tip

"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 62ed3257597fc581a3da8faa106e5dbc4b96264d"
author artbio
date Mon, 06 Jan 2020 13:10:52 -0500
parents 4b684a42d677
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
42c753143178 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 62ed3257597fc581a3da8faa106e5dbc4b96264d"
artbio
parents: 0
diff changeset
1 <tool id="Basicplot" name="basicplot" version="1.0.0">
0
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
2 <description>Basic plot</description>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
3 <requirements>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
4 <requirement type="package" version="3.5.0">r-base</requirement>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
5 </requirements>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
6 <command><![CDATA[
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
7 Rscript '$basicplot' "\${GALAXY_SLOTS:-1}"
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
8 ]]></command>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
9 <configfiles>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
10 <configfile name="basicplot">
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
11 <![CDATA[
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
12 ## Setup R error handling to go to stderr
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
13 options( show.error.messages=F, error = function () { cat( geterrmessage(), file=stderr() ); q( "no", 1, F ) } )
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
14 options(warn=-1)
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
15 Table = read.delim("${input}", header=TRUE)
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
16 pdf("${output}")
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
17 pairs(Table[ ,-1], main="${title}", log="xy", pch = 20)
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
18 dev.off()
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
19 ]]>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
20 </configfile>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
21 </configfiles>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
22 <inputs>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
23 <param name="input" type="data" format="tabular" label="tabular file"/>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
24 <param name="title" type="text" size="25" value="Title" label="Main Title"/>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
25 </inputs>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
26 <outputs>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
27 <data name="output" format="pdf" label="plot" />
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
28 </outputs>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
29 <tests>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
30 <test>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
31 <param name="input" value="data.tab" ftype="tabular"/>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
32 <param name="title" value="Title"/>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
33 <output name="output" file="basicplot.pdf" ftype="pdf"/>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
34 </test>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
35 </tests>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
36 <help>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
37
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
38 **What it does**
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
39
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
40 Takes a tabular file of numerical data as input and produces pairwise plots of numerical data, in log-log scale.
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
41 The first column of the data frame is ignored.
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
42
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
43 Example of input data:
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
44
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
45 <![CDATA[
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
46
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
47 gene sample1 sample2 sample3 sample4 sample5 sample6
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
48
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
49 tRNA:Ala-AGC-2-3 4407 4506 2267 2423 2736 1153
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
50
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
51 tRNA:Asp-GTC-1-10 2111 2931 3302 3499 3809 1682
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
52
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
53 tRNA:Asp-GTC-1-11 2099 2936 3349 3556 4124 1629
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
54
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
55 tRNA:Glu-TTC-1-6 1095 1376 1189 1162 1120 561
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
56
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
57 tRNA:Glu-TTC-1-5 1022 1415 1156 1081 1120 578
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
58
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
59 tRNA:Glu-TTC-1-4 1047 1336 1156 1182 1127 602
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
60
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
61 tRNA:Glu-CTC-3-4 3613 3414 8161 9021 9776 5248
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
62
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
63 tRNA:Glu-CTC-3-5 3741 3292 7893 8845 9833 5074
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
64
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
65 tRNA:Glu-CTC-3-6 3619 3379 7663 8737 9513 5021
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
66
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
67 tRNA:Glu-CTC-3-8 7249 5809 80760 39479 62652 27404
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
68
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
69 tRNA:Glu-CTC-3-9 3770 3367 8007 8969 9976 5100
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
70
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
71 ]]>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
72
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
73
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
74 </help>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
75 <citations>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
76 <citation type="bibtex">
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
77 @Manual{,
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
78 title = {R: A Language and Environment for Statistical Computing},
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
79 author = {{R Core Team}},
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
80 organization = {R Foundation for Statistical Computing},
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
81 address = {Vienna, Austria},
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
82 year = {2014},
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
83 url = {http://www.R-project.org/},
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
84 }
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
85 </citation>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
86 </citations>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
87
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
88 </tool>
4b684a42d677 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/basicplot commit 0dff19dd491024012ea5145323c9f8c527578ca7"
artbio
parents:
diff changeset
89