comparison analysis_load_gff3.xml @ 5:c2c58d775e6d 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:20:37 -0500
parents 16acaa0aa58c
children
comparison
equal deleted inserted replaced
4:97fa49855801 5:c2c58d775e6d
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="analysis_load_gff3" profile="16.04" name="Load a GFF3 annotation file" version="@WRAPPER_VERSION@.1"> 2 <tool id="analysis_load_gff3" profile="16.04" name="Load a GFF3 annotation file" 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"/>
53 53
54 "\${tmp_dir}/annotation.gff3" 54 "\${tmp_dir}/annotation.gff3"
55 55
56 && 56 &&
57 57
58 echo "Data loaded" > $results 58 echo "Data loaded" > '$results'
59 ]]></command> 59 ]]></command>
60 <inputs> 60 <inputs>
61 <param name="gff3" 61 <param name="gff3"
62 type="data" 62 type="data"
63 format="gff3" 63 format="gff3"