containers icon indicating copy to clipboard operation
containers copied to clipboard

samtools: no Perl in the container, tools fail to run

Open lgorenstein opened this issue 4 years ago • 2 comments

Looks like Samtools containers is missing Perl, so many installed tools fail to run (blast2sam.pl, bowtie2sam.pl, etc):

$ singularity run https://depot.galaxyproject.org/singularity/samtools:1.9--h10a08f8_12 blast2sam.pl
WARNING: Skipping mount /var/singularity/mnt/session/etc/resolv.conf [files]: /etc/resolv.conf doesn't exist in container
env: can't execute 'perl': No such file or directory

Hopefully an easy fix, right?

lgorenstein avatar Apr 03 '21 23:04 lgorenstein

Hi, this container is built from bioconda package, so if perl is needed, issue should be created on conda package (which will fix the container...)

Thanks

osallou avatar Apr 04 '21 06:04 osallou

Thank you Olivier, created an issue there.

lgorenstein avatar Apr 04 '21 16:04 lgorenstein

Commented upstream.

bgruening avatar Jan 17 '24 09:01 bgruening