Samtools missing

Hello,

I just had a fresh galaxy installation. however, the correct barcodes tool from ‘dunovo’ package seems to have an issue with samtools being missing. I just dont understand why samtools are not already part of the tool dependencies, hence galaxy would install them automatically once i install the dunovo package as an admin.

I tried to install samtools in , galaxy environment, the installation finished but problem remained unsolved. I also tried to install samtools while .venv is activated, but conda takes forever here (samtools work which means they are installed).

can someone help?

thanks!

Have you set the following settings in your galaxy/config/galaxy.yml file?

conda_prefix:
conda_auto_install:

And possibly:

conda_auto_init
1 Like