Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXCEPTION: Bio::Root::Exception could not read ...faa.intermediate.extracted.fa #175

Closed
yanadya opened this issue Sep 11, 2015 · 2 comments

Comments

@yanadya
Copy link

yanadya commented Sep 11, 2015

Hello,

after asking IT to install roary into local cluster I have been stuck with the following error:

------------- EXCEPTION: Bio::Root::Exception -------------
MSG: Could not read file 'nameX.gff.proteome.faa.intermediate.extracted.fa': No such file or directory
STACK: Error::throw
STACK: Bio::Root::Root::throw /opt/apps/perl/5.22.0/lib/site_perl/5.22.0/Bio/Root/Root.pm:449
STACK: Bio::Root::IO::_initialize_io /opt/apps/perl/5.22.0/lib/site_perl/5.22.0/Bio/Root/IO.pm:270
STACK: Bio::SeqIO::_initialize /opt/apps/perl/5.22.0/lib/site_perl/5.22.0/Bio/SeqIO.pm:499
STACK: Bio::SeqIO::fasta::_initialize /opt/apps/perl/5.22.0/lib/site_perl/5.22.0/Bio/SeqIO/fasta.pm:87
STACK: Bio::SeqIO::new /opt/apps/perl/5.22.0/lib/site_perl/5.22.0/Bio/SeqIO.pm:375
STACK: Bio::SeqIO::new /opt/apps/perl/5.22.0/lib/site_perl/5.22.0/Bio/SeqIO.pm:421
STACK: Bio::Roary::ExtractProteomeFromGFF::_fastatranslate /opt/apps/roary/3.2.7/lib/Bio/Roary/ExtractProteomeFromGFF.pm:138
STACK: Bio::Roary::ExtractProteomeFromGFF::_convert_nucleotide_to_protein /opt/apps/roary/3.2.7/lib/Bio/Roary/ExtractProteomeFromGFF.pm:152
STACK: Bio::Roary::ExtractProteomeFromGFF::fasta_file /opt/apps/roary/3.2.7/lib/Bio/Roary/ExtractProteomeFromGFF.pm:43
STACK: Bio::Roary::CommandLine::ExtractProteomeFromGff::run /opt/apps/roary/3.2.7/lib/Bio/Roary/CommandLine/ExtractProteomeFromGff.pm:86

STACK: /opt/apps/roary/3.2.7/bin/extract_proteome_from_gff:18

I am sure my input files is ok, they finished fine in my laptop with older roary (2.0.0).
Any ideas of what to check are very welcome!

Thank you,
Nadejda

@andrewjpage
Copy link
Member

Hi Nadejda,
It looks like the dependancies are not all installed. Most likely the issue is with bedtools. If you checkout the code from github then run the tests, they should pass.
https://github.com/sanger-pathogens/Roary/blob/master/

In particular if you run:
perl t/00_requires_external.t
it will check for the dependancies.

The recommended method of installation is using LinuxBrew or HomeBrew.
Regards,
Andrew

@andrewjpage
Copy link
Member

version 3.2.9 now includes an option to check the dependancies which will make issues like this easier to detect. Functionality in pull request #180

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants