Mercurial > repos > gga > tripal_analysis_load_gff3
comparison analysis_load_gff3.xml @ 6:66dfe3b4d881 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:04:52 -0500 |
| parents | 01a014af9d38 |
| children |
comparison
equal
deleted
inserted
replaced
| 5:c56a91dc45ec | 6:66dfe3b4d881 |
|---|---|
| 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" |
