<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Has something changed with the VEP options for —sift and —polyp hen when run offline?
<div><br>
</div>
<div>I’m getting "INFO: --sift is not available for this species” message (same for polyphen) when I use it. </div>
<div><br>
</div>
<div>Culpable lines appear to be (from #1833):</div>
<div><br>
</div>
<div>
<blockquote type="cite">
<div style="margin: 0px; font-family: Menlo;">  my $string = 'config_'.$tool.'_version';</div>
<div style="margin: 0px; font-family: Menlo; min-height: 14px;">  if(!defined($config->{$string}) && !defined($config->{offline})) {</div>
<div style="margin: 0px; font-family: Menlo;">    my $var_mca = $config->{reg}->get_adaptor($config->{species}, 'variation', 'metacontainer');</div>
<div style="margin: 0px; font-family: Menlo;">    my $values = $var_mca->list_value_by_key($tool.'_version') if defined($var_mca);</div>
<div style="margin: 0px; font-family: Menlo;">    $config->{$string} = $values->[0] if $values && scalar @$values;</div>
<div style="margin: 0px; font-family: Menlo;">  }</div>
<div style="margin: 0px; font-family: Menlo; min-height: 14px;"><br>
</div>
<div style="margin: 0px; font-family: Menlo;">  if(!defined($config->{$string})) {</div>
<div style="margin: 0px; font-family: Menlo;">    debug("INFO: --$tool is not available for this species") unless defined($config->{quiet});</div>
<div style="margin: 0px; font-family: Menlo;">    delete $config->{$tool};</div>
<div style="margin: 0px; font-family: Menlo;">  }</div>
</blockquote>
<div>
<div style="margin: 0px; font-family: Menlo;"><br>
</div>
</div>
<div>Because <span style="font-family: Menlo;">$config->{config_sift_version} </span>is never set anywhere, this simply falls through the first condition into the second, removing the setting.</div>
<div><br>
</div>
<div>When ran this in the debugger and manually set <span style="font-family: Menlo;">$config->{config_sift_version}</span> and <span style="font-family: Menlo;">$config->{config_polyphen_version}</span> , all seemed to work fine. It seems they should either
 be set somehow, or be not required. Or maybe the first condition is supposed to test for <span style="font-family: Menlo;">defined($config->{$tool})</span> instead. </div>
<div><br>
</div>
<div>I don’t know the innards of the config setup here, but any advice would be welcome. </div>
<div><br>
</div>
<div>All the best</div>
<div>Stuart</div>
<div>
<div style="orphans: auto; text-align: start; text-indent: 0px; widows: auto; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="orphans: 2; text-align: -webkit-auto; text-indent: 0px; widows: 2; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<p style="color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 8pt; margin-bottom: 0px;">
--</p>
<div style="color: rgb(57, 121, 59); font-family: Verdana, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 10pt; margin-top: 0px; margin-bottom: 0px;">
<b>Stuart Watt, PhD</b></div>
<p style="color: rgb(0, 0, 0); font-family: Verdana, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 8pt; margin-top: 0px;">
Scientific Associate</p>
<p style="color: rgb(57, 121, 59); font-family: Verdana, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 10pt; margin-bottom: 0px;">
<b>Ontario Institute for Cancer Research</b></p>
<p style="margin-top: 0px;"><font face="Verdana, sans-serif"><span style="font-size: 11px;">MaRS Centre<br>
661 University Avenue<br>
Suite 510 <br>
Toronto, Ontario<br>
Canada M5G 0A3</span></font></p>
<p style="margin-top: 0px;"><font face="Verdana, sans-serif"><span style="font-size: 11px;">Tel: 647-260-7990 <br>
Twitter: @morungos<br>
</span></font><span style="font-family: Verdana, sans-serif; font-size: 11px;">Toll-free: 1-866-678-6427</span></p>
<p style="margin-top: 0px;"><a href="http://www.oicr.on.ca/" style="font-family: Verdana, sans-serif; font-size: 8pt; text-align: -webkit-auto;">www.oicr.on.ca</a></p>
<p style="color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 8pt;">
This message and any attachments may contain confidential and/or privileged information for the sole use of the intended recipient. Any review or distribution by anyone other than the person for whom it was originally intended is strictly prohibited. If you
 have received this message in error, please contact the sender and delete all copies. Opinions, conclusions or other information contained in this message may not be that of the organization.</p>
</div>
</div>
</div>
<br>
</div>
</body>
</html>