Mercurial > repos > nathandunn > biolinkplanteome
annotate get-object.xml @ 0:028a3ffc17b4 draft
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
author | nathandunn |
---|---|
date | Fri, 23 Jun 2017 15:04:12 -0400 |
parents | |
children | 66ece4fd024f |
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[ |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
7 curl --silent -X GET --header 'Accept: application/json' 'http://biolink.planteome.org/apiapi/bioentity/$type$input$associations?rows=$rows&fetch_objects=true' > $output |
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> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
13 <option value="gene/">Gene (e.g. NCBIGene:84570)</option> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
14 <option value="genotype/">Genotype (e.g. ZFIN:ZDB-FISH-150901-6607)</option> |
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> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
25 <param name="input" value="OMIM:605543"/> |
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> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
30 <param name="input" value="OMIM:605543"/> |
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> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
36 <param name="input" value="NCBIGene:84570"/> |
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> |
028a3ffc17b4
planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff
changeset
|
41 <param name="input" value="ZFIN:ZDB-FISH-150901-6607"/> |
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 |