BioContainers / containers

Bioinformatics containers
http://biocontainers.pro
Apache License 2.0
680 stars 247 forks source link

Request a container with capabilities for running plot-bamstats (a tool included in samtools) #553

Open gitanoqevaporelmundoentero opened 9 months ago

gitanoqevaporelmundoentero commented 9 months ago

Current samtools docker images do not include working plot-bamstats (a samtools utility for generating plots from previously runs of samtools stats). It would be nice to have a docker image with capabilities for running plot-bamstats.

In order to be able to run plot-bamstats, installation of gnuplot is needed (which also requires perl installation).

bgruening commented 9 months ago

Can we instead create a plot-bamstats container instead? gnuplot is large on its own https://quay.io/repository/biocontainers/gnuplot .. I would like to avoid blowing up our tiny samtools container by 100MB

mboudet commented 9 months ago

Sorry, I seem to have missed this issue... @bgruening Should this be done with a mulled containers, since both packages are in conda?

(I'm fine with having a dedicated container here if needed)