Changes

From Genome Analysis Wiki
Jump to navigationJump to search
483 bytes added ,  09:17, 19 July 2013
no edit summary
Line 14: Line 14:     
== Tutorial FAQs ==
 
== Tutorial FAQs ==
 +
 +
 +
= Version Problems =
 +
 +
== Version 1.07 ==
 +
 +
;Type of arg 1 to keys must be hash (not hash element) at gotcloud/bin/Conf.pm line 155, near "}) "<br />Compilation failed in require at gotcloud/bin/align.pl line 56.
 +
 +
: To fix this bug, you need to edit gotcloud/bin/Conf.pm, line 155.
 +
:Change
 +
<syntaxhighlight lang="perl">foreach my $key (keys $CONF_HASH{$section}) {</syntaxhighlight>
 +
:to
 +
<syntaxhighlight lang="perl">foreach my $key (keys %{$CONF_HASH{$section}}) {</syntaxhighlight>

Navigation menu