# HG changeset patch
# User gga
# Date 1541423487 18000
# Node ID 5109ff5f4d0676edf582ab40a65014634aea60eb
# Parent c510dc82df88bc342ca80abd1bbf1a8c4b70174d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
diff -r c510dc82df88 -r 5109ff5f4d06 feature_load_gff.xml
--- a/feature_load_gff.xml Tue Sep 04 12:25:10 2018 -0400
+++ b/feature_load_gff.xml Mon Nov 05 08:11:27 2018 -0500
@@ -17,12 +17,20 @@
#if $landmark_type:
--landmark_type '$landmark_type'
#end if
-#if $re_protein:
- --re_protein '$re_protein'
+
+#if $prot_naming.method == 'regex'
+ #if $re_protein:
+ --re_protein '$re_protein'
+ #end if
+ #if $re_protein_capture:
+ --re_protein_capture '$re_protein_capture'
+ #end if
+#elif $prot_naming.method == "attr"
+ #if $protein_id_attr:
+ --protein_id_attr '$protein_id_attr'
+ #end if
#end if
-#if $re_protein_capture:
- --re_protein_capture '$re_protein_capture'
-#end if
+
#if $fasta:
--fasta '$fasta'
#end if
@@ -49,12 +57,27 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r c510dc82df88 -r 5109ff5f4d06 macros.xml
--- a/macros.xml Tue Sep 04 12:25:10 2018 -0400
+++ b/macros.xml Mon Nov 05 08:11:27 2018 -0500
@@ -2,7 +2,7 @@
- python-chado
+ python-chado
jq