Closed gbouras13 closed 1 year ago
Hi George, I think this may be related to #48, you could have a look at the solution there as well!
Hi Martin, thanks for that, it is indeed. Closing this now.
I'll update the documentation to use the suggested solution there instead, to avoid any more issues because of file descriptors.
Hi Martin,
Pyhmmer is awesome - just trying to play around with PHROGs and build it into some tooling.
Using v0.9.0.
One question - what do you think the best way is to read in lots of HMMs? Like 38000? I've made a bunch with pyhmmer really easily.
In the example (https://pyhmmer.readthedocs.io/en/stable/examples/recipes.html#Loading-multiple-HMMs) the hmm were hardcoded. I've tried a few approaches to get around this but am running into a strange error.
For example after tweaking the class to take a list
Then specifying the files and reading them in
But this throws a very weird error:
when this file does definitely exist.
George