Mercurial > repos > gga > chado_expression_add_biomaterial
comparison expression_add_biomaterial.xml @ 6:8c7e2b5c228f draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
author | gga |
---|---|
date | Thu, 11 Jul 2019 08:38:13 -0400 |
parents | 9692e46b267a |
children | 04bdb1e66a27 |
comparison
equal
deleted
inserted
replaced
5:9692e46b267a | 6:8c7e2b5c228f |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="expression_add_biomaterial" name="Chado biomaterial add" version="@WRAPPER_VERSION@.0"> | 2 <tool id="expression_add_biomaterial" name="Chado biomaterial add" version="@WRAPPER_VERSION@.1"> |
3 <description></description> | 3 <description></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"/> |
33 '$biomaterial_name' | 33 '$biomaterial_name' |
34 '$organism_id' | 34 '$organism_id' |
35 | 35 |
36 | jq -S . > '$results' | 36 | jq -S . > '$results' |
37 | 37 |
38 && @ZIP_PSQL@ | 38 @ZIP_PSQL@ |
39 ]]></command> | 39 ]]></command> |
40 <inputs> | 40 <inputs> |
41 <expand macro="psql_target"/> | 41 <expand macro="psql_target"/> |
42 <!-- arguments --> | 42 <!-- arguments --> |
43 <param name="biomaterial_name" label="Biomaterial Name" argument="biomaterial_name" type="text" help="Biomaterial name" /> | 43 <param name="biomaterial_name" label="Biomaterial Name" argument="biomaterial_name" type="text" help="Biomaterial name" /> |