Mercurial > repos > gga > tripal_expression_add_biomaterial
comparison expression_add_biomaterial.xml @ 2:5e02721168e9 draft default tip
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit ea279e5b47cf3d5767328d17b0e40e57b0238ea1"
author | gga |
---|---|
date | Wed, 14 Aug 2019 10:02:37 -0400 |
parents | 4843796fcbf6 |
children |
comparison
equal
deleted
inserted
replaced
1:4843796fcbf6 | 2:5e02721168e9 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="expression_add_biomaterial" name="Create a biomaterial" version="@WRAPPER_VERSION@.0"> | 2 <tool id="expression_add_biomaterial" name="Create a biomaterial" version="@WRAPPER_VERSION@.1"> |
3 <description>in Tripal</description> | 3 <description>in Tripal</description> |
4 <macros> | 4 <macros> |
5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
6 </macros> | 6 </macros> |
7 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
28 ]]></command> | 28 ]]></command> |
29 <inputs> | 29 <inputs> |
30 <!-- arguments --> | 30 <!-- arguments --> |
31 <param argument="organism_id" type="select" dynamic_options="list_organisms()" label="Organism" /> | 31 <param argument="organism_id" type="select" dynamic_options="list_organisms()" label="Organism" /> |
32 <param name="file_path" label="Biomaterial description sheet" argument="file_path" type="data" format="xml,tsv,csv" help="A file describing the biomaterial" /> | 32 <param name="file_path" label="Biomaterial description sheet" argument="file_path" type="data" format="xml,tsv,csv" help="A file describing the biomaterial" /> |
33 | |
34 <expand macro="wait_for"/> | |
33 </inputs> | 35 </inputs> |
34 <outputs> | 36 <outputs> |
35 <data format="txt" name="results"/> | 37 <data format="txt" name="results"/> |
36 </outputs> | 38 </outputs> |
37 <help> | 39 <help> |