containers icon indicating copy to clipboard operation
containers copied to clipboard

sra-tools repository is missing curl dependency

Open nsheff opened this issue 5 years ago • 1 comments

fastq-dump requires curl, but the sra-tools container doesn't contain it, so fastq-dump can't run:

The container I'm using is: quay.io/biocontainers/sra-tools:2.10.0--pl526he1b5a44_0

Here's what you get:

docker run --rm --init \
  --workdir="`pwd`" \
  quay.io/biocontainers/sra-tools:2.10.0--pl526he1b5a44_0 fastq-dump SRX5974995

no curl in PATH at /usr/local/bin/fastq-dump line 608.

nsheff avatar Jun 29 '20 17:06 nsheff

This is a conda based container, coumd you please an issue at https://github.com/bioconda/bioconda-recipes

Once conda package is fixed, container will be automatically updated with a new fix version

osallou avatar Jun 29 '20 20:06 osallou

I guess this is fixed? Please reopen if not. Thanks!

bgruening avatar Jan 17 '24 09:01 bgruening

I believe it was, thanks @bgruening

nsheff avatar Jan 17 '24 12:01 nsheff