jermp / fulgor

Fulgor is a fast and space-efficient colored de Bruijn graph index.
MIT License
44 stars 9 forks source link

Adding Fulgor to Bioconda #40

Open karel-brinda opened 2 weeks ago

karel-brinda commented 2 weeks ago

Hello,

we'd like to plug Fulgor into a workflow that uses Snakemake to install automatically all packages/dependencies from Bioconda.

However, Fulgor doesn't seem to be available on Bioconda, yet (https://bioconda.github.io/search.html?q=fulgor).

Is there a chance it could be added to https://github.com/bioconda/bioconda-recipes?

Thanks!

jermp commented 1 week ago

Hi @karel-brinda, seems a good idea, but I've never done it before. @rob-p, however, surely knows very well how to do it :)

luizirber commented 1 week ago

Drive-by comment: Add it to conda-forge instead. Fairly similar process, but conda-forge is more featureful (it had linux-aarch64 and macos-arm64 much earlier than bioconda, and if you're feeling brave you can even build windows packages :smile: ).

for the user it will still be available for bioconda (because bioconda requires the conda-forge channel to be present)