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

Compilation aborted at pan_genome_post_analysis #427

Closed
annesicard opened this issue Oct 18, 2018 · 1 comment
Closed

Compilation aborted at pan_genome_post_analysis #427

annesicard opened this issue Oct 18, 2018 · 1 comment

Comments

@annesicard
Copy link

Hello,

while running roary -e --mafft -p 8 *.gff (roary v.3.12.0), I obtained the following error message:

Use of uninitialized value $command[0] in pattern match (m//) at /Users/anaconda3/bin/parallel line 9065.
Use of uninitialized value in require at /Users/anaconda3/lib/perl5/site_perl/5.22.0/Bio/Roary/CommandLine/RoaryPostAnalysis.pm line 10.
Can't locate File/Find/Rule.pm in @inc (you may need to install the File::Find::Rule module) (@inc contains: /Users/Documents/prokka_output/gff_6c/lib /Users/anaconda3/lib/perl5/site_perl/5.22.0/darwin-thread-multi-2level /Users/anaconda3/lib/perl5/site_perl/5.22.0 /Users//anaconda3/lib/perl5/5.22.0/darwin-thread-multi-2level /Users/anaconda3/lib/perl5/5.22.0 .) at /Users/anaconda3/lib/perl5/site_perl/5.22.0/Bio/Roary/CommandLine/RoaryPostAnalysis.pm line 10.
BEGIN failed--compilation aborted at /Users/anaconda3/lib/perl5/site_perl/5.22.0/Bio/Roary/CommandLine/RoaryPostAnalysis.pm line 10.
Compilation failed in require at /Users/anaconda3/bin/pan_genome_post_analysis line 12.
BEGIN failed--compilation aborted at /Users/anaconda3/bin/pan_genome_post_analysis line 12.

@andrewjpage
Copy link
Member

The software doesnt appear to have been installed correctly and a required dependancy is missing. Try reinstalling using:
cpanm -f Bio::Roary
This will then install the missing perl dependancies.

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

No branches or pull requests

2 participants