I am trying to run pfam scan....but every time I get the same message:
Can't locate IPC/Run.pm in @INC (@INC contains: /userdata/dinesh/PfamScan/ /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /userdata/dinesh/PfamScan//Bio/Pfam/Scan/PfamScan.pm line 39.
BEGIN failed--compilation aborted at /userdata/dinesh/PfamScan//Bio/Pfam/Scan/PfamScan.pm line 39.
Compilation failed in require at /userdata/dinesh/PfamScan/pfam_scan.pl line 8.
BEGIN failed--compilation aborted at /userdata/dinesh/PfamScan/pfam_scan.pl line 8.
Can anybody help me
This might help you.
Which version of HMMER is installed in your machine?
Take a look at
hmmscan
, works better than .pl script.Some pfam modules are there. I don't know if I installed it correctly
If you just want to search a sequence against a HMM db, use
hmmscan.
Is hhhscan really better than pfamscan.pl?
Do you want to search a sequence against HMM db? hmmscan is the best option. Fast and Efficient.
--acc
- is optional. If you want pfam acc.id use that, otherwise family name will be there in the same position.From the README, so there is a slight difference in the output.
Q: Why are the results from running hmmscan different from those I get when I run pfam_scan.pl?
A: We group together families which we believe to have a common evolutionary ancestor in clans. Where there are overlapping matches within a clan,
pfam_scan.pl
will only show the most significant (the lowest E-value) match within the clan. We perform the same clan filtering step on the Pfam website. If you do want the script to report all the overlapping clan matches, you can use the-clan_overlap
option.If you want to get identical output to the pfam web-site, then using the perl script is the best option, otherwise you can use hmmscan directly.
Yes against hmmA but again for hmmscan I will have to install. Because my protein file is too large
HMMER is required anyway, so you will have to install it first, the script is a wrapper for hmmer.
Hi all!!!
I'm using hmmscan, but I would like to know whats the right evalue in order to give significance to the results? the output looks like:
So which e-value is that I need to use to infer significance?? the full sequence or this domain?? as you see there are 2 different E-value.
Thanks
3 different E-values