changeset 10:370c210d9541 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit f16ca4a49497ad29bbbd537eb80f5cf48eba7217
author iuc
date Thu, 04 Aug 2022 06:35:56 +0000
parents a444254e9a57
children
files maker.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/maker.xml	Tue Feb 08 14:17:58 2022 +0000
+++ b/maker.xml	Thu Aug 04 06:35:56 2022 +0000
@@ -231,7 +231,7 @@
 split_hit=${advanced.split_hit} # length for the splitting of hits (expected max intron size for evidence alignments)
 single_exon=${advanced.single_exon.single_exon} # consider single exon EST evidence when generating annotations, 1 = yes, 0 = no
 #if $advanced.single_exon.single_exon == '1'
-single_length=${advanced.single_length} # min length required for single exon ESTs if 'single_exon is enabled'
+single_length=${advanced.single_exon.single_length} # min length required for single exon ESTs if 'single_exon is enabled'
 #else
 single_length=250 # min length required for single exon ESTs if 'single_exon is enabled'
 #end if