# HG changeset patch # User iuc # Date 1583508655 18000 # Node ID 061844f6837f92ce5d6d994749418827e461a54a # Parent de66a33167357f01a4f7878dd9197fb180ae6917 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chira commit 26bdea4b0623c6d766c07711d6907b26da0672c0" diff -r de66a3316735 -r 061844f6837f chira_extract.xml --- a/chira_extract.xml Mon Mar 02 13:36:23 2020 -0500 +++ b/chira_extract.xml Fri Mar 06 10:30:55 2020 -0500 @@ -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 @@ - + - +