pLM-BLAST icon indicating copy to clipboard operation
pLM-BLAST copied to clipboard

Detection of remote homology by comparison of protein language model representations

Results 4 pLM-BLAST issues
Sort by recently updated
recently updated
newest added

Regardless of the parameters used, aligning a sequence to itself yields the best scoring alignment with a score slightly

It seems that part of mathematical operations should be done on gpu - which may speed up the whole search. This task will require to create a specific embedding loader...

Dear developers, Thanks very much for this excellent software. I encountered these redundant local alignments after postprocessing (see the figure). These alignments are several-residue shifted with each other, and i...

``` python embeddings.py start data_set_fullseq.fasta data_set_fullseq -embedder pt --gpu -bs 0 ``` When run as above, everything works fine. However, if I use the `-nproc 2` flag, the computations are...

bug