Mercurial > repos > gga > tripal_organism_sync
comparison organism_sync.xml @ 5:9f1f23daff7b draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 35c5eff77b573a66f3611b4906417df9a440c857
author | gga |
---|---|
date | Tue, 05 Mar 2019 05:19:27 -0500 |
parents | 5d45a37e5e9b |
children |
comparison
equal
deleted
inserted
replaced
4:55a94619ac51 | 5:9f1f23daff7b |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="organism_sync" profile="16.04" name="Synchronize an organism" version="@WRAPPER_VERSION@.1"> | 2 <tool id="organism_sync" profile="16.04" name="Synchronize an organism" version="@WRAPPER_VERSION@.0"> |
3 <description>from Chado to Tripal</description> | 3 <description>from Chado to 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"/> |
15 | 15 |
16 --organism_id '${organism_id}' | 16 --organism_id '${organism_id}' |
17 | 17 |
18 && | 18 && |
19 | 19 |
20 echo "Data loaded" > $results | 20 echo "Data loaded" > '$results' |
21 ]]></command> | 21 ]]></command> |
22 <inputs> | 22 <inputs> |
23 <param argument="--organism_id" | 23 <param argument="--organism_id" |
24 type="select" | 24 type="select" |
25 dynamic_options="list_organisms()" | 25 dynamic_options="list_organisms()" |