Mercurial > repos > gga > tripal_analysis_sync
comparison analysis_sync.xml @ 2:8fea07ae5d94 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:49:13 -0400 |
parents | c401f51b12cc |
children | 0c33da051cc6 |
comparison
equal
deleted
inserted
replaced
1:73d61745dcf2 | 2:8fea07ae5d94 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="analysis_sync" profile="16.04" name="Synchronize an analysis" version="@WRAPPER_VERSION@.0"> | 2 <tool id="analysis_sync" profile="16.04" name="Synchronize an analysis" 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="--analysis_id" | 23 <param argument="--analysis_id" |
24 type="select" | 24 type="select" |
25 dynamic_options="list_analyses()" | 25 dynamic_options="list_analyses()" |
26 label="Analysis" /> | 26 label="Analysis" /> |
27 <expand macro="wait_for"/> | |
27 </inputs> | 28 </inputs> |
28 <outputs> | 29 <outputs> |
29 <data format="json" name="results" label="Synchronize Analysis into Tripal" /> | 30 <data format="json" name="results" label="Synchronize Analysis into Tripal" /> |
30 </outputs> | 31 </outputs> |
31 <tests> | 32 <tests> |