diff 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
line wrap: on
line diff
--- a/analysis_load_fasta.xml	Mon Sep 11 05:50:45 2017 -0400
+++ b/analysis_load_fasta.xml	Tue Sep 19 12:24:58 2017 -0400
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="analysis_load_fasta" profile="16.04" name="Load a Fasta file" version="@WRAPPER_VERSION@.0">
+<tool id="analysis_load_fasta" profile="16.04" name="Load a Fasta file" version="@WRAPPER_VERSION@.1">
     <description>into Tripal</description>
     <macros>
         <import>macros.xml</import>
@@ -28,7 +28,9 @@
 
             --method '${loading.method}'
 
-            --match_type '${loading.match_type}'
+            #if str($loading.method) != "insert":
+                --match_type '${loading.match_type}'
+            #end if
 
             #if str($naming.re_name):
                 --re_name '${naming.re_name}'