Open GoogleCodeExporter opened 9 years ago
Original comment by Mr.Matth...@gmail.com
on 21 Jul 2015 at 1:10
Hi,
We have detailed the steps to go through if you encounter this problem at
http://code.google.com/p/interproscan/wiki/CompilingBinaries#EMBOSS_getorf
Let us know if this helps.
Gift
Original comment by nuka....@gmail.com
on 27 Jul 2015 at 9:04
Issue 66 has been merged into this issue.
Original comment by Mr.Matth...@gmail.com
on 27 Jul 2015 at 1:38
First of all, thanks for your answer.
But no, it won't help. I've already tried doing all that is explained on
https://code.google.com/p/interproscan/wiki/CompilingBinaries#EMBOSS_getorf.
Any other sugestions?
Regards,
Bruna
Original comment by bzamit...@gmail.com
on 28 Jul 2015 at 3:09
Hi Bruna,
What is the output when you run the following command in the interproscan
installation directory?
/usr/bin/getorf -sf pearson -sequence test_nt_seqs.fasta -outseq nt-orfs.fasta
-minsize 50
Check what you get in nt-orfs.fasta and let me know. Then we can see what else
can be done.
You may also use an external program to translate your input. My colleague
recommends
emboss-transeq (http://emboss.open-bio.org/rel/rel6/apps/transeq.html)
from emboss. If you use transeq use the -clean option to change STOP
codon positions from '*' to 'X' as Interproscan doesnt accept sequences
with '*' character.
Regards,
Gift
Original comment by nuka....@gmail.com
on 28 Jul 2015 at 3:25
Hi,
Thanks for your reply.
The message which I get when I run the following command in the interproscan
installation directory
/usr/bin/getorf -sf pearson -sequence test_nt_seqs.fasta -outseq nt-orfs.fasta
-minsize 50, is "Find and extract open reading frames (ORFs)".
I do not get any output file. Am I doing something wrong? I've entered
"bruna@bruna-POS-ECIG41BS ~/Downloads/interproscan-5.13-52.0 $ /usr/bin/getorf
-sf pearson -sequence test_nt_seqs.fasta -outseq nt-orfs.fasta -minsize 50"
Still I am improving my knowleadge in Linux and bioinformatics.
Waiting for any help you can provide to me, thanks in advance.
Best regards,
Bruna
Original comment by bzamit...@gmail.com
on 3 Aug 2015 at 11:43
Attachments:
Hi Bruna,
Can you do the following in the interproscan installation directory?
ls -l nt-orfs.fasta
and
cat nt-orfs.fasta
Regards,
Gift
Original comment by nuka....@gmail.com
on 3 Aug 2015 at 11:55
Original issue reported on code.google.com by
bzamit...@gmail.com
on 15 Jul 2015 at 5:33