Mercurial > repos > gga > tripal_analysis_load_go
comparison analysis_load_go.xml @ 5:719b00f71132 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:47 -0500 |
parents | 60d3281859a0 |
children |
comparison
equal
deleted
inserted
replaced
4:590495cec185 | 5:719b00f71132 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="analysis_load_go" profile="16.04" name="Load Blast2GO results" version="@WRAPPER_VERSION@.1"> | 2 <tool id="analysis_load_go" profile="16.04" name="Load Blast2GO results" version="@WRAPPER_VERSION@.0"> |
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"/> |
38 | 38 |
39 "\${tmp_dir}/blast2go.gaf" | 39 "\${tmp_dir}/blast2go.gaf" |
40 | 40 |
41 && | 41 && |
42 | 42 |
43 echo "Data loaded" > $results | 43 echo "Data loaded" > '$results' |
44 ]]></command> | 44 ]]></command> |
45 <inputs> | 45 <inputs> |
46 <param name="input" | 46 <param name="input" |
47 type="data" | 47 type="data" |
48 format="txt" | 48 format="txt" |