Mercurial > repos > gga > tripal_expression_get_biomaterials
annotate expression_get_biomaterials.xml @ 0:de7d91ce970b draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
author | gga |
---|---|
date | Mon, 25 Feb 2019 06:33:51 -0500 |
parents | |
children | 387ea73ea3cf |
rev | line source |
---|---|
0
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
2 <tool id="expression_get_biomaterials" name="Get biomaterials" version="@WRAPPER_VERSION@.0"> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
3 <description>from Tripal</description> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
4 <macros> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
5 <import>macros.xml</import> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
6 </macros> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
7 <expand macro="requirements"> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
8 <requirement type="package" version="1.5">jq</requirement> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
9 </expand> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
10 <code file="tripal.py"/> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
11 <command detect_errors="aggressive"><![CDATA[ |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
12 @AUTH@ |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
13 |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
14 tripaille expression get_biomaterials |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
15 |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
16 #if $provider_id: |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
17 --provider_id '$provider_id' |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
18 #end if |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
19 #if $biomaterial_id: |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
20 --biomaterial_id '$biomaterial_id' |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
21 #end if |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
22 #if $organism_id: |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
23 --organism_id '$organism_id' |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
24 #end if |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
25 #if $dbxref_id: |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
26 --dbxref_id '$dbxref_id' |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
27 #end if |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
28 |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
29 | jq -S . > $results |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
30 ]]></command> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
31 <inputs> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
32 <!-- arguments --> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
33 |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
34 <!-- options --> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
35 <param argument="--organism_id" type="select" dynamic_options="list_organisms()" label="Organism" optional="true" /> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
36 <param name="provider_id" label="Provider Id" argument="provider_id" type="text" help="Limit query to the selected provider" /> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
37 <param name="biomaterial_id" label="Biomaterial Id" argument="biomaterial_id" type="text" help="Limit query to the selected biomaterial" /> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
38 <param name="dbxref_id" label="Dbxref Id" argument="dbxref_id" type="text" help="Limit query to the selected ref" /> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
39 |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
40 </inputs> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
41 <outputs> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
42 <data format="json" name="results"/> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
43 </outputs> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
44 <help> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
45 List biomaterials in the database |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
46 |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
47 @HELP@ |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
48 </help> |
de7d91ce970b
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
gga
parents:
diff
changeset
|
49 </tool> |