You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used ps_scan.pl to search for motifs in a protein against PROSITE release 2021_03, but the program crashed with the following error:
Error: Inconsistent alignment found in alignment 2 - no list produced.
Alignement should be from 247 to 170!
Thread 107 : Internal error xalip reported no possible alignment for sequence 3(0) (nali=-1)!
>seq for pfscan
Segmentation fault (core dumped)
Could not execute /usr/local/bin/pfscanV3 --matrix-only -o4 -L-1 prosite.dat /tmp/ps569600-2.tmp > /tmp/ps569600-1.tmp: Inappropriate ioctl for device at ps_scan.pl line 1751.
Here are the details of the run:
ps_scan.pl: Revision 1.90
pfscanV3: I downloaded pftools3-3.2.6 and built it following the instructions in INSTALL. According to make test, the installation was done properly. A series of commands were installed in /usr/local/bin/
ps_scan.pl & pfscanV3: This error was reproduced with the docker image sibswiss/pftools:3.2.6.
Here I have shown a minimal input that reproduces the error. In practice, however, I am scanning so many sequences that it is impractical to exclude error-causing inputs. Any suggestions on how to handle this?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I used
ps_scan.pl
to search for motifs in a protein against PROSITE release 2021_03, but the program crashed with the following error:Here are the details of the run:
ps_scan.pl: Revision 1.90pfscanV3: I downloaded pftools3-3.2.6 and built it following the instructions inINSTALL
. According tomake test
, the installation was done properly. A series of commands were installed in/usr/local/bin/
ps_scan.pl & pfscanV3: This error was reproduced with the docker image
sibswiss/pftools:3.2.6
.execution command:
With the older version, there was no error (no hit found, either).
The input sequence: It seems that the problem occurs when
test.faa
contains the following.Here I have shown a minimal input that reproduces the error. In practice, however, I am scanning so many sequences that it is impractical to exclude error-causing inputs. Any suggestions on how to handle this?
Thank you.
The text was updated successfully, but these errors were encountered: