Mercurial > repos > gga > tripal_analysis_load_fasta
comparison analysis_load_fasta.xml @ 5:9e38e70f02f6 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:21:13 -0500 |
parents | 0fbe72b81b9e |
children |
comparison
equal
deleted
inserted
replaced
4:701249804967 | 5:9e38e70f02f6 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="analysis_load_fasta" profile="16.04" name="Load a Fasta file" version="@WRAPPER_VERSION@.2"> | 2 <tool id="analysis_load_fasta" profile="16.04" name="Load a Fasta 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"/> |
56 | 56 |
57 "\${tmp_dir}/content.fasta" | 57 "\${tmp_dir}/content.fasta" |
58 | 58 |
59 && | 59 && |
60 | 60 |
61 echo "Data loaded" > $results | 61 echo "Data loaded" > '$results' |
62 ]]></command> | 62 ]]></command> |
63 <inputs> | 63 <inputs> |
64 <param name="fasta" | 64 <param name="fasta" |
65 type="data" | 65 type="data" |
66 format="fasta" | 66 format="fasta" |