Mercurial > repos > gga > tripal_organism_sync
comparison organism_sync.xml @ 2:5d45a37e5e9b draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
author | gga |
---|---|
date | Thu, 21 Jun 2018 08:47:26 -0400 |
parents | 98e917aa6819 |
children | 9f1f23daff7b |
comparison
equal
deleted
inserted
replaced
1:ab70a3a18676 | 2:5d45a37e5e9b |
---|---|
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@.0"> | 2 <tool id="organism_sync" profile="16.04" name="Synchronize an organism" version="@WRAPPER_VERSION@.1"> |
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"/> |
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()" |
26 label="Organism" /> | 26 label="Organism" /> |
27 <expand macro="wait_for"/> | |
27 </inputs> | 28 </inputs> |
28 <outputs> | 29 <outputs> |
29 <data format="txt" name="results" label="Synchronize Organism into Tripal" /> | 30 <data format="txt" name="results" label="Synchronize Organism into Tripal" /> |
30 </outputs> | 31 </outputs> |
31 <tests> | 32 <tests> |