Mercurial > repos > gga > tripal_analysis_load_fasta
comparison analysis_load_fasta.xml @ 2:0fbe72b81b9e 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:27 -0400 |
parents | 43bb9308b52d |
children | 9e38e70f02f6 |
comparison
equal
deleted
inserted
replaced
1:43bb9308b52d | 2:0fbe72b81b9e |
---|---|
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@.1"> | 2 <tool id="analysis_load_fasta" profile="16.04" name="Load a Fasta file" version="@WRAPPER_VERSION@.2"> |
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"/> |
154 type="text" | 154 type="text" |
155 optional="true" | 155 optional="true" |
156 label="Regular expression to extract the accession from external DB" | 156 label="Regular expression to extract the accession from external DB" |
157 help="this regex will be applied on the fasta definition line to generate the accession from external DB" /> | 157 help="this regex will be applied on the fasta definition line to generate the accession from external DB" /> |
158 </section> | 158 </section> |
159 <expand macro="wait_for"/> | |
159 </inputs> | 160 </inputs> |
160 <outputs> | 161 <outputs> |
161 <data format="txt" name="results" label="Load Fasta into Tripal" /> | 162 <data format="txt" name="results" label="Load Fasta into Tripal" /> |
162 </outputs> | 163 </outputs> |
163 <tests> | 164 <tests> |