Andrew Gallant
Andrew Gallant
Maybe it's because I'm tired, but I've read this whole thread, and I still don't understand what folks are asking for here. I'd appreciate it if I wasn't sent to...
@Enet4 Thank you so much for taking the time to lay that out for me. That made it much easier to understand this ticket. :-)
Which things did you see in nightly?
Yeah byteorder already uses those. I'm not aware of anything stable or about to be stable that has any significance to this particular issue.
@rivertam I think it's a little weird to expect this in the `byteorder` docs. This is really a property of `io::Cursor`. The `io::Cursor` docs could definitely be improved to talk...
You might be able to get away with the `Read`/`Write` impls on `Vec` and/or `&[u8]`. It's possible that when byteorder was written (before Rust 1.0) that those impls didn't exist...
@rivertam Basically, all you need is something that impls `Write`/`Read`. This can get a little tricky, but it works. The trick here is that: * `Vec` impls `io::Write` * `&mut...
What is `cablastp-extract`? That doesn't exist in this repository as far as I can see. It may help if you post the exact command you're running. > I just realized...
It looks like your compressed database is corrupt. Every compressed database contains a blast database of the compressed sequences, and this seems to be where `cablastp-search` is failing. The blast...
> All I can do for it is re-compress the database myself (someone else had done that earlier). That should take a while. Dang, that sucks. Sorry about that. If...