Mercurial > repos > gga > tripal_feature_sync
comparison feature_sync.xml @ 2:e621d1187d73 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:13 -0400 |
parents | c01c63c043f0 |
children | dca24a0d1670 |
comparison
equal
deleted
inserted
replaced
1:52a9ee230029 | 2:e621d1187d73 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="feature_sync" profile="16.04" name="Synchronize features" version="@WRAPPER_VERSION@.0"> | 2 <tool id="feature_sync" profile="16.04" name="Synchronize features" 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"/> |
48 type="text" | 48 type="text" |
49 optional="true" | 49 optional="true" |
50 label="Feature to synchronize" | 50 label="Feature to synchronize" |
51 help="Name of a feature to be synced (e.g. 'gene0001')" /> | 51 help="Name of a feature to be synced (e.g. 'gene0001')" /> |
52 </repeat> | 52 </repeat> |
53 <expand macro="wait_for"/> | |
53 </inputs> | 54 </inputs> |
54 <outputs> | 55 <outputs> |
55 <data format="txt" name="results" label="Synchronize features into Tripal" /> | 56 <data format="txt" name="results" label="Synchronize features into Tripal" /> |
56 </outputs> | 57 </outputs> |
57 <tests> | 58 <tests> |