Mercurial > repos > caleb-easterly > peca
annotate peca.xml @ 5:5a39fa8a235a draft
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
author | caleb-easterly |
---|---|
date | Thu, 22 Feb 2018 11:45:43 -0500 |
parents | 07bd2582526b |
children | e16cd77cf9f7 |
rev | line source |
---|---|
0
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
1 <tool id="peca" name="PECA: Probe-level expression change averaging" version="0.1.0"> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
2 <requirements> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
3 <requirement type="package" version="1.14.0">bioconductor-peca</requirement> |
1
34c1ae5e99ac
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
0
diff
changeset
|
4 <requirement type="package" version="0.7">r-dbi</requirement> |
0
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
5 </requirements> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
6 <command detect_errors="exit_code"><![CDATA[ |
2
36b7a5891000
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
1
diff
changeset
|
7 ## write groups to file |
0
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
8 echo '$group1' > group1.txt && |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
9 echo '$group2' > group2.txt && |
5
5a39fa8a235a
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
4
diff
changeset
|
10 Rscript --vanilla '$__tool_directory__/peca.R' '$input' group1.txt group2.txt '$test_type' '$output' |
0
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
11 ]]></command> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
12 <inputs> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
13 <param name="input" type="data" format="tabular"/> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
14 <param name="group1" type="data_column" data_ref="input" multiple="true"/> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
15 <param name="group2" type="data_column" data_ref="input" multiple="true"/> |
5
5a39fa8a235a
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
4
diff
changeset
|
16 <param name="test_type" type="select"> |
5a39fa8a235a
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
4
diff
changeset
|
17 <option value="t" selected="true">Standard t-test</option> |
5a39fa8a235a
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
4
diff
changeset
|
18 <option value="modt">Modified t-test</option> |
5a39fa8a235a
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
4
diff
changeset
|
19 <option value="rots">Reproducibility-optimized test statistic</option> |
5a39fa8a235a
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
4
diff
changeset
|
20 <param> |
0
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
21 </inputs> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
22 <outputs> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
23 <data format="tabular" name="output"/> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
24 </outputs> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
25 <tests> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
26 <test> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
27 <param name="input" value="test.tab" ftype="tabular"/> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
28 <param name="group1" value="2,3,4"/> |
4
07bd2582526b
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
2
diff
changeset
|
29 <param name="group2" value="5,6,7"/> |
5
5a39fa8a235a
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
4
diff
changeset
|
30 <param name="test_type" value="t"/> |
0
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
31 <output name="output" file="out.tab" ftype="tabular"/> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
32 </test> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
33 </tests> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
34 <help><![CDATA[ |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
35 ]]></help> |
f50bb34c1a37
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
caleb-easterly
parents:
diff
changeset
|
36 </tool> |