institut-de-genomique/HAPO-G

can you add it to bioconda? thanks!

Closed this issue · 7 comments

can you add it to bioconda? thanks!

Hi,
it wasn't planned initially but it might be a good idea. I'll let this issue open, to inform you if we decide to do it.

Hi,

with the 1.0 version, we released Hapo-G to Anaconda. If you're still interested, could you please try and run:

conda create -n hapog -y python==3.6
conda activate hapog
conda install -c lbgb hapog
hapog.py -h

Just on my side, I gave it whirl andI got the same issue as previously in #3

Hi @SAMtoBAM,

we're very grateful for your feedback, it is very hard for us to fix this issue as we don't experience it. We've made modifications to the conda package, could you please try the following commands?

# Remove previous HAPO-G env
conda remove --name hapog --all

conda create -n hapog
conda activate hapog
conda install -c lbgb_cea hapog

Hello @bistace

Conda package is working well for me. Thanks for the release !