pyhmmer
pyhmmer copied to clipboard
Random access to a sequence file
Hi,
Is it possible to retrieve a random sequence from a sequence file which has been previously indexed?
I'm looking at the SequenceFile class and it seems that is only possible to fetch them into a SequenceBlock sequentially. Am I correct?
Basically I'm looking for any feature of pyhmmer that allows me to fetch sequences like esl-sfetch.
Thanks!