# HG changeset patch
# User iuc
# Date 1583508527 0
# Node ID 7b0c95e36e034d7dab395fb8e2e1d81a07353959
# Parent b27cf013c2605bf051413aac4fd390f5dee8d6fe
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chira commit 26bdea4b0623c6d766c07711d6907b26da0672c0"
diff -r b27cf013c260 -r 7b0c95e36e03 chira_extract.xml
--- a/chira_extract.xml Mon Mar 02 18:34:21 2020 +0000
+++ b/chira_extract.xml Fri Mar 06 15:28:47 2020 +0000
@@ -8,9 +8,9 @@
#set $genomic_fasta = ''
#if str($annotation.annot_choice) == "yes":
#if str($annotation.fasta_source.fasta_source_selector) == 'history':
- #set $genomic_fasta = '$annotation.fasta_source.fasta'
+ #set $genomic_fasta = $annotation.fasta_source.fasta
#else
- #set $genomic_fasta = '$annotation.fasta_source.fasta_id.fields.path'
+ #set $genomic_fasta = $annotation.fasta_source.fasta_id.fields.path
#end if
#end if
chira_extract.py
@@ -51,10 +51,10 @@
-
+
-
+