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

Syntax (?) errors on perl 5.10.1 #128

Closed
mgalardini opened this issue May 27, 2015 · 2 comments
Closed

Syntax (?) errors on perl 5.10.1 #128

mgalardini opened this issue May 27, 2015 · 2 comments

Comments

@mgalardini
Copy link
Contributor

Hi,

on our cluster setup we are using perl version 5.10.1, which gives the following errors when running

roary

or

perl ~/PATH_TO_ROARY/roary

Type of arg 1 to values must be hash (not hash element) at [...]/perl5/lib/perl5/Bio/Roary/AnnotateGroups.pm line 106, near "} )"
BEGIN not safe after errors--compilation aborted at [...]/perl5/lib/perl5/Bio/Roary/AnnotateGroups.pm line 312.
Compilation failed in require at [...]/perl5/lib/perl5/Bio/Roary.pm line 15.
BEGIN failed--compilation aborted at [...]/perl5/lib/perl5/Bio/Roary.pm line 15.
Compilation failed in require at [...]/perl5/lib/perl5/Bio/Roary/CommandLine/Roary.pm line 8.
BEGIN failed--compilation aborted at [...]/perl5/lib/perl5/Bio/Roary/CommandLine/Roary.pm line 8.
Compilation failed in require at [...]/perl5/bin/roary line 12.
BEGIN failed--compilation aborted at [...]/perl5/bin/roary line 12.

Thanks a lot,
Marco

@mgalardini
Copy link
Contributor Author

I've tested the attached fix with a handful of gff files from prokka, running the following command:

./roary -p 6 genomes/*.gff

and it worked just fine

Best,
Marco

@andrewjpage
Copy link
Member

Thanks for the fix, I've merged it in.

andrewjpage added a commit that referenced this issue Jun 1, 2015
New version number for contributed fix for issue #128
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