Adrian-Cantu / PRINSEQ-plus-plus

parallel c prinseq
GNU General Public License v2.0
19 stars 4 forks source link

Bioconda recipe for 1.2.4 appears to be broken? #18

Open jfy133 opened 2 years ago

jfy133 commented 2 years ago

Hello,

I just tried installing prinseq++ v1.2.4 partly following the instructions for (bio)conda (I installed it in a fresh environment).

conda create -n prinseq-plus-plus -c bioconda prinseq-plus-plus

However, when I try executing prinseq++ from within the fresh environment I get the following error:

prinseq++: symbol lookup error: prinseq++: undefined symbol: _ZN5boost9iostreams4zlib8deflatedE

Do you have any idea why this may be?

I am running this on Ubuntu 20.04 if it helps.

jfy133 commented 2 years ago

Update, if I specify version 1.2.3, this appears to work ok with no problem.

npbhavya commented 2 years ago

Also running into this error with prinseq++ v1.2.4 from bioconda

prinseq++: symbol lookup error: prinseq++: undefined symbol: _ZN5boost9iostreams4zlib8deflatedE

tamuanand commented 2 years ago

I am also getting the same problem as others have reported about the 1.2.4 bioconda version/recipe being broken