comparison analysis_load_fasta.xml @ 1:43bb9308b52d 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:24:58 -0400
parents ca1eb54c95d6
children 0fbe72b81b9e
comparison
equal deleted inserted replaced
0:ca1eb54c95d6 1:43bb9308b52d
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