cannot reproduce example for pyhmmer.hmmer.hmmsearch
#58
Labels
question
Further information is requested
pyhmmer.hmmer.hmmsearch
#58
Hello and hope all is well. I'm running into issues reproducing this code (https://pyhmmer.readthedocs.io/en/stable/examples/performance_tips.html#Search-and-scan):
My code is:
The documentation states that hmmsearch yields a
TopHits
object, but I seem to be getting<generator object run_pyhmmer.<locals>.<genexpr> at 0x7f18801a87b0>
.I also wanted to ask if I can run
hmmsearch(hmms, seqs, cpus=cores_n, Z=Z_val, bit_cutoffs=bitcutoff)
instead ofhmmsearch(hmm_file, seqs, cpus=cores_n, Z=Z_val, bit_cutoffs=bitcutoff)
if my system has enough memory to store the db.My hmm database is a large database of 31,150 HMM profiles (~3 GB), and my protein is a FAA output from prodigal with 208,993 proteins (76 MB) .
The text was updated successfully, but these errors were encountered: