annotate search-operations.xml @ 0:028a3ffc17b4 draft

planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
author nathandunn
date Fri, 23 Jun 2017 15:04:12 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
1 <tool id="planteome-search-operations" name="Search Operations" 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/search/entity/$input?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="Search Term (e.g. shh, parkinson, femur)" />
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
11 <param name="rows" type="text" format="txt" multiple="false" value="1000" label="Num Rows"/>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
12 </inputs>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
13 <expand macro="outputs" />
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
14 <tests>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
15 <test>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
16 <param name="input" value="ssh"/>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
17 <output name="output" file="ssh-search-term.json"/>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
18 </test>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
19 <test>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
20 <param name="input" value="parkinson"/>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
21 <output name="output" file="parkinson-search-term.json"/>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
22 </test>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
23 <test>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
24 <param name="input" value="femur"/>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
25 <output name="output" file="femur-search-term.json"/>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
26 </test>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
27 </tests>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
28 <expand macro="citations" />
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
29 </tool>
028a3ffc17b4 planemo upload commit b095175f34e78ceded24a6e1da99b328f50db86d
nathandunn
parents:
diff changeset
30