seqan icon indicating copy to clipboard operation
seqan copied to clipboard

homebrew/science is been deprecated - manual on Seqan website still advises install with brew install homebrew/science/seqan

Open aleighbrown opened this issue 4 years ago • 4 comments

Is it possible still to install seqan with homebrew?

@rrahn It seems that homebrew/science is been deprecated, and that seqan (the library) migrated to homebrew core and that seqan-apps disappeared. Could you (or another mac user) investigate what the correct procedure now is?

Originally posted by @h-2 in https://github.com/seqan/seqan/issues/2263#issuecomment-363105658

aleighbrown avatar Feb 12 '20 17:02 aleighbrown

Hello,

can you try

brew install brewsci/bio/seqan@2

The package still exists and is up to date, but it was migrated.

eseiler avatar Feb 17 '20 09:02 eseiler

Install works -- leaving issue open as the docs are still incorrect

aleighbrown avatar Feb 25 '20 12:02 aleighbrown

Actually I ammend this;

Based on troubles I'm having reading BAM files, I think installing directly with homebrew does not correctly link against zlib.h

https://github.com/seqan/seqan/issues/2056

aleighbrown avatar Feb 25 '20 13:02 aleighbrown

Good point with the documentation. We'll see that this will be updated soon. Regarding the installation of SeqAn. SeqAn is a header only library so there is nothing linked against. Furthermore ZLIB and BZIP are only optional and thus not required by the package install. In SeqAn3 we provide some example cmake script to start out working with SeqAn3. This would provide you then with proper diagnostics of what libraries have been found so it is easier to spot possible errors. I hope this helps a little.

rrahn avatar Mar 06 '20 16:03 rrahn