Hello,
A search here
displays conda-forge::duckdb 0.7.1 but is missing the newer version 1.0.0
Hello,
A search here
displays conda-forge::duckdb 0.7.1 but is missing the newer version 1.0.0
Hey Michael,
The Wave CLI is an Open Source project behind some of what Seqera Containers provide. Building a container image based on conda package instructions can be done by following these instructions. For what you’re looking for, that’s the command:
wave --conda-channels conda-forge --conda-package duckdb=1.0.0
It will immediately give you wave.seqera.io/wt/bb837cb0262c/wave/build:duckdb-1.0.0--568851b1d7b25169
as the URI to pull the image, but there’s no magic, right? If this is the first time someone is requesting this, an image is being built and will be ready soon. If it’s in the cache because someone else requested Wave to build it in the past, it’ll be immediately ready.
As for Seqera Containers, we’re aware some packages are not in their latest versions. We’re working on that.
Thank you, Marcel. Was able to resolve this with help from Phil on the nf-core Slack.
For others, it worked better to use the duckdb-cli=1.0.0
conda package.
Quick update for future readers - we’ve now pushed the change to Seqera Containers so that newer versions should show up, plus there’s also a dropdown to select the desired version.
Sure enough, duckdb
is available:
And you can now select the exact version you want:
As @mribeirodantas was saying, this was already possible via the CLI but now the web interface is also capable.
Glad you got it working!
Thank you, Phil!