Closed jfy133 closed 1 year ago
Indeed that seems to be the case, will add the curl
dependency with the release of #246. Looks like the diff
version also do not support some parameters, so I will add the diffutils
package as well for good measure. Thanks!
Fixed with #246 and updated conda recipe https://github.com/bioconda/bioconda-recipes/pull/40685 Let me know if it doesn't work for you once it's up.
Thanks and will do! ALso monitoring the recipe to see if I can help out
Thanks for the help, trying to figure it out what's going wrong
I had to fix a genome_updater
version, the latest is not working properly in the bioconda CI but works locally. I'll solve it in the next release, but GTDB downloads are going to be outdated (R207). in this release. Everything else should work normally though, let me know if the curl
requirement did the trick.
I can confirm that the new docker image works for the latest bioconda pr so I think this is resolved now - thanks!
FYI all fixed and running in the latest version 1.6.0 #251, soo up in bioconda
:tada:
Literally (as of 2 minutes ago1) just as I finished adding all the ganon tools to nf-core/modules with 1.5.1 :laughing:
When testing
ganon build-custom
using the bioconda derived docker/singularity container, I hit the following error (output from nf-core modules testing)This implies to me possibly that
curl
is not set as a requirement in the bioconda recipe (which I don't see it in there, so I assume taht is the issue).It would be cool if the bioconda recipe could be updated on a next release - I'm also happy to test the bioconda docker image during CI testing of teh bioconda recipe to make sure it's working :)