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

I have published a Roary homebrew formula #208

Closed
tseemann opened this issue Nov 19, 2015 · 3 comments
Closed

I have published a Roary homebrew formula #208

tseemann opened this issue Nov 19, 2015 · 3 comments

Comments

@tseemann
Copy link
Contributor

I've written a homebrew package for Roary in my tap.

https://github.com/tseemann/homebrew-bioinformatics-linux/blob/master/roary.rb

It doesn't install Roary itself (as Brew doesn't do Perl) but it installs its dependencies and checks that the Bio::Roary Perl module is installed.

@andrewjpage
Copy link
Member

Very nice, thanks that! So the installation instructions would be:

brew install roary

cpanm Bio::Roary
On 19 Nov 2015 20:51, "Torsten Seemann" notifications@github.com wrote:

I've written a homebrew package for Roary in my tap.

https://github.com/tseemann/homebrew-bioinformatics-linux/blob/master/roary.rb

It doesn't install Roary itself (as Brew doesn't do Perl) but it installs
its dependencies and checks that the Bio::Roary Perl module is installed.


Reply to this email directly or view it on GitHub
#208.

@tseemann
Copy link
Contributor Author

In this order:

cpan Bio::Roary
brew tap tseemann/homebrew-bioinformatics-linux
brew install roary

Despite the name, most of the formulae work on OS X too, but not guaranteed. I try to migrate to homebrew-science where possible and I'm feeling masochistic.

@tseemann
Copy link
Contributor Author

Updated to add mafft dep newer version.

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