Mercurial > repos > gga > tripal_analysis_load_blast
comparison analysis_load_blast.xml @ 2:bd4d410ac108 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:48:16 -0400 |
parents | e1d4fad18572 |
children | d07a4cbb951b |
comparison
equal
deleted
inserted
replaced
1:dff6274f0dd7 | 2:bd4d410ac108 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="analysis_load_blast" profile="16.04" name="Load Blast results" version="@WRAPPER_VERSION@.0"> | 2 <tool id="analysis_load_blast" profile="16.04" name="Load Blast results" version="@WRAPPER_VERSION@.1"> |
3 <description>into Tripal</description> | 3 <description>into 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"/> |
52 label="Blast parameters used to produce the results" /> | 52 label="Blast parameters used to produce the results" /> |
53 | 53 |
54 <expand macro="matching"/> | 54 <expand macro="matching"/> |
55 | 55 |
56 <expand macro="analysis" /> | 56 <expand macro="analysis" /> |
57 <expand macro="wait_for"/> | |
57 </inputs> | 58 </inputs> |
58 <outputs> | 59 <outputs> |
59 <data format="txt" name="results" label="Load Blast results into Tripal" /> | 60 <data format="txt" name="results" label="Load Blast results into Tripal" /> |
60 </outputs> | 61 </outputs> |
61 <tests> | 62 <tests> |