bohra icon indicating copy to clipboard operation
bohra copied to clipboard

"altair" Python package missing from bohra conda recipe ?

Open tetedange13 opened this issue 2 years ago • 1 comments

Hi,
First, thanks for developping bohra !

Context

Version of bohra : 2.3.2

I installed bohra through conda and ran bohra init

But then running bohra run --pipeline preview, I encountered a import module error with altair package, at final "compile" step https://github.com/MDU-PHL/bohra/blob/5ff3a46782fc338a6205b8f388d4922cdec78a60/bohra/modules/collation/bin/compile.py#L3

Steps to reproduce

conda create -n bohra -c conda-forge -c bioconda bohra
conda activate bohra
pip freeze | grep -i altair
# --> Nothing found

Thanks for your help ! Kind regards, Felix.

tetedange13 avatar Jul 03 '23 09:07 tetedange13

@kristyhoran is this still relevant for current version?

tseemann avatar Aug 10 '24 02:08 tseemann

Addressed in #75

kristyhoran avatar Jul 10 '25 05:07 kristyhoran