<p dir="ltr">Nooooooooo.......</p>
<div class="cm_quote" style=" color: #787878">On Wed, May 27, 2015 at 2:36 PM, Fields, Christopher J <<a href="mailto:cjfields@illinois.edu">cjfields@illinois.edu</a>> wrote:</div><br><div id="oldcontent" style="background-color: rgb(255, 255, 255); background-position: initial initial; background-repeat: initial initial;"><blockquote style=""><p dir="ltr">This might argue for setting up bioperl-run on travis-ci :)</p>
<p dir="ltr">chris</p>
<p dir="ltr">> On May 27, 2015, at 11:24 AM, Brian Osborne <briano@bioteam.net> wrote:<br>
> <br>
> Adam,<br>
> <br>
> All tests pass with the patched code?<br>
> <br>
> Thanks again,<br>
> <br>
> Brian O.<br>
> <br>
>> On May 26, 2015, at 4:34 AM, Adam Sjøgren <adsj@novozymes.com> wrote:<br>
>> <br>
>> Hi.<br>
>> <br>
>> I just noticed a problem with the temporary file names that<br>
>> Bio::Tools::Run::StandAloneWUBlast uses.<br>
>> <br>
>> wublast automatically tries to ungzip files that have names that match<br>
>> certain patterns - noticably files ending in "_Z".<br>
>> <br>
>> B:T:R:StandAloneWUBlast uses B:T:R:StandAloneBlast::_setinput() to<br>
>> generate a temporary file for the query sequence.<br>
>> <br>
>> _setinput() calls File::Temp::tempfile() without a SUFFIX (or a<br>
>> TEMPLATE), which means that when you are (un)lucky, the temporary file<br>
>> name becomes something like /tmp/i0311ckB_Z - which wublastp then tries<br>
>> to ungzip, which fails.<br>
>> <br>
>> I have created a pull request to add TEMPLATE and SUFFIX to<br>
>> B:T:R:StandAloneBlast::_setinput()'s calls to tempfile():<br>
>> <br>
>> * https://github.com/bioperl/bioperl-run/pull/15<br>
>> <br>
>> Best regards,<br>
>> <br>
>> Adam<br>
>> <br>
>> -- <br>
>> Adam Sjøgren<br>
>> adsj@novozymes.com<br>
>> <br>
>> _______________________________________________<br>
>> Bioperl-l mailing list<br>
>> Bioperl-l@mailman.open-bio.org<br>
>> http://mailman.open-bio.org/mailman/listinfo/bioperl-l<br>
> <br>
> <br>
> _______________________________________________<br>
> Bioperl-l mailing list<br>
> Bioperl-l@mailman.open-bio.org<br>
> http://mailman.open-bio.org/mailman/listinfo/bioperl-l<br></p>
<p dir="ltr">_______________________________________________<br>
Bioperl-l mailing list<br>
Bioperl-l@mailman.open-bio.org<br>
http://mailman.open-bio.org/mailman/listinfo/bioperl-l</p>
</blockquote></div>