Mercurial > repos > gga > tripal_feature_sync
comparison feature_sync.xml @ 5:dca24a0d1670 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:11 -0500 |
parents | e621d1187d73 |
children |
comparison
equal
deleted
inserted
replaced
4:317727dcff9a | 5:dca24a0d1670 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="feature_sync" profile="16.04" name="Synchronize features" version="@WRAPPER_VERSION@.1"> | 2 <tool id="feature_sync" profile="16.04" name="Synchronize features" 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"/> |
23 | 23 |
24 --organism_id '${organism_id}' | 24 --organism_id '${organism_id}' |
25 | 25 |
26 && | 26 && |
27 | 27 |
28 echo "Data loaded" > $results | 28 echo "Data loaded" > '$results' |
29 ]]></command> | 29 ]]></command> |
30 <inputs> | 30 <inputs> |
31 <param argument="--organism_id" | 31 <param argument="--organism_id" |
32 type="select" | 32 type="select" |
33 dynamic_options="list_organisms()" | 33 dynamic_options="list_organisms()" |