Mercurial > repos > nathandunn > biolinkplanteome
annotate get-object.xml @ 1:66ece4fd024f draft default tip
planemo upload commit 20eeb677e99874173440a365f2db04e315e7ebed
author | nathandunn |
---|---|
date | Wed, 28 Jun 2017 10:27:08 -0400 |
parents | 028a3ffc17b4 |
children |
rev | line source |
---|---|
0
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
1 <tool id="planteome-get-object" name="Get Object" version="0.1.0"> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
2 <macros> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
3 <import>macros.xml</import> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
4 </macros> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
5 <expand macro="frontmatter" /> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
6 <command><![CDATA[ |
1
66ece4fd024f
planemo upload commit 20eeb677e99874173440a365f2db04e315e7ebed
nathandunn
parents:
0
diff
changeset
|
7 curl --silent -X GET --header 'Accept: application/json' 'http://biolink.planteome.org/api/bioentity/$type$input$associations?rows=$rows&fetch_objects=true' > $output |
0
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
8 ]]></command> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
9 <inputs> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
10 <param name="input" type="text" format="txt" multiple="false" label="Object ID" /> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
11 <param name="type" type="select" multiple="false" display="radio" label="Type"> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
12 <option value="">Any</option> |
1
66ece4fd024f
planemo upload commit 20eeb677e99874173440a365f2db04e315e7ebed
nathandunn
parents:
0
diff
changeset
|
13 <option value="gene/">Gene (e.g. MaizeGDB:9024907)</option> |
66ece4fd024f
planemo upload commit 20eeb677e99874173440a365f2db04e315e7ebed
nathandunn
parents:
0
diff
changeset
|
14 <!--<option value="genotype/">Genotype (e.g. ZFIN:ZDB-FISH-150901-6607)</option>--> |
0
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
15 </param> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
16 <param name="associations" type="select" multiple="false" display="radio" label="Render Associations"> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
17 <option value="/associations/">True</option> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
18 <option value="" checked="true">False</option> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
19 </param> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
20 <param name="rows" type="text" format="txt" multiple="false" value="1000" label="Num Rows"/> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
21 </inputs> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
22 <expand macro="outputs" /> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
23 <tests> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
24 <test> |
1
66ece4fd024f
planemo upload commit 20eeb677e99874173440a365f2db04e315e7ebed
nathandunn
parents:
0
diff
changeset
|
25 <param name="input" value="MaizeGDB:9024907"/> |
0
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
26 <param name="type" value=""/> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
27 <output name="output" file="bioentity-object-for-disease.json"/> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
28 </test> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
29 <test> |
1
66ece4fd024f
planemo upload commit 20eeb677e99874173440a365f2db04e315e7ebed
nathandunn
parents:
0
diff
changeset
|
30 <param name="input" value="MaizeGDB:9024907"/> |
0
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
31 <param name="type" value=""/> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
32 <param name="associations" value="/associations/"/> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
33 <output name="output" file="bioentity-associations-for-disease.json"/> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
34 </test> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
35 <test> |
1
66ece4fd024f
planemo upload commit 20eeb677e99874173440a365f2db04e315e7ebed
nathandunn
parents:
0
diff
changeset
|
36 <param name="input" value="MaizeGDB:9024907"/> |
0
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
37 <param name="association" value="gene/"/> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
38 <output name="output" file="bioentity-object-for-gene.json"/> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
39 </test> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
40 <test> |
1
66ece4fd024f
planemo upload commit 20eeb677e99874173440a365f2db04e315e7ebed
nathandunn
parents:
0
diff
changeset
|
41 <param name="input" value="MaizeGDB:9024907"/> |
0
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
42 <param name="association" value="genotype/"/> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
43 <output name="output" file="bioentity-object-for-genotype.json"/> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
44 </test> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
45 </tests> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
46 <expand macro="citations" /> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
47 </tool> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
48 |