Mercurial > repos > gga > tripal_analysis_load_fasta
comparison analysis_load_fasta.xml @ 1:901501ad960c draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f55bad7dcf56bd9625874cd89f3894aee35d91ef
| author | gga |
|---|---|
| date | Tue, 19 Sep 2017 12:18:56 -0400 |
| parents | acdf2e33c15d |
| children | fb8e325d7c4a |
comparison
equal
deleted
inserted
replaced
| 0:acdf2e33c15d | 1:901501ad960c |
|---|---|
| 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@.0"> | 2 <tool id="analysis_load_fasta" profile="16.04" name="Load a Fasta file" version="@WRAPPER_VERSION@.1"> |
| 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"/> |
| 26 | 26 |
| 27 --sequence_type '${sequence_type}' | 27 --sequence_type '${sequence_type}' |
| 28 | 28 |
| 29 --method '${loading.method}' | 29 --method '${loading.method}' |
| 30 | 30 |
| 31 --match_type '${loading.match_type}' | 31 #if str($loading.method) != "insert": |
| 32 --match_type '${loading.match_type}' | |
| 33 #end if | |
| 32 | 34 |
| 33 #if str($naming.re_name): | 35 #if str($naming.re_name): |
| 34 --re_name '${naming.re_name}' | 36 --re_name '${naming.re_name}' |
| 35 #end if | 37 #end if |
| 36 | 38 |
