Hi everyone. I am working with RFAM. It is blocked in some line with three different commands.
perl rfam_scan.pl -blastdb Rfam.fasta Rfam.cm 200pb_Pamicro.fasta --nobig -o rfam_200_nobig.out
Died at rfam_scan.pl line 281, <GEN1> line 1128517.
perl rfam_scan.pl -blastdb Rfam.fasta Rfam.cm 200pb_Pamicro.fasta --bt 0.05 -o rfam_200_0.05.out
Died at rfam_scan.pl line 281, <GEN1> line 1128532.
perl rfam_scan.pl -blastdb Rfam.fasta Rfam.cm 200pb_Pamicro.fasta -o rfam_200.out
Died at rfam_scan.pl line 281, <GEN1> line 1129117.
What will you do in my same situation? Do you find some mistake in this line? I am going to send a email to the rfam-help@ebi.ac.uk too.
See you.
I am going to try that you have told. Only, you had said that line is 260 instead 280 (so... some newcomer arrives here). I will tell you if some works properly.
My perl version :
Infernal version:
Ok. I changed the part of the script that you told me.
and failed again.
How can I see the infernal regex when you refered to "regex in the Infernal parsing sub of that script"?
Now I can see the
/tmp
. There are four files (*.seq
,*.cm
,*cmsearch
,*.blast
). Is it some of them?You should see a file called "infernal.N.out" in your working directory, where N is some number. Show a few lines of that file and that will let us know if the format has changed (and if the regex isn't correct). Sorry if that wasn't clear.
Don't worry. You was clear. That is the file doesn't appear everywhere. I'll try the command with
sudo
.So. I was reading the *.blast archive... and it is seemed that it is make the blast completely.
At the end, if there are some way to import this. In any case, Thanks in advance.
Note that using "sudo" won't change anything, and be sure you are certain what that does. It is really only needed for installing programs or changing system configurations. I didn't test this, so it's not clear to me why you don't see the file. I think you should just use the latest version though (I didn't know there was one) instead of us modifying an older version.