Open matthiasblum opened 7 months ago
We can reproduce the issue with a compiled version of pftools3 from scratch. We will investigate it
In the meantime, could this workaround satisfy you?
pfscanV3 --matrix-only -o 4 -L -1 prosite.dat Q840Q1.fasta || pfscanV3 --matrix-only -o 4 prosite.dat Q840Q1.fasta
Run with -L -1
and if fails, re-run without it
Thanks for the update.
We (InterPro) currently run pfscanV3
or pfsearchV3
without -L -1
, and I think it's better to keep it this way until a fix is found.
Hello,
I am trying to reproduce ScanProsite results with
pfscanV3
. However, for some sequences, I am encountering an error when runningpfscanV3
with-L -1
(to run the scan at a low confidence cut-off).Getting data
Testing with Conda/Mamba
Create a new environment:
Activate it:
Run
pfscanV3
:Testing with Docker
Could you please have a look?
Thank you
Edit: I just realized this issue describes the same error as reported in #22.