in reply to BioPerl StandAloneBlast is returning unexpected undefined SearchIO object
I may be misreading the code (little wonder), but it looks to me that even if you pass a reference to an array or Bio object, the module you're using writes that data to a temporary file in order to pass it to the executable anyway.
From my (limited) perspective, it looks like it might be a whole lot easier to start the executable directly using a piped open and pass the data through yourself. At least you'd know what was going on.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: BioPerl StandAloneBlast is returning unexpected undefined SearchIO object
by WonkoTheSane (Novice) on Jun 25, 2009 at 18:08 UTC | |
by BrowserUk (Patriarch) on Jun 25, 2009 at 18:33 UTC |