jpquast / ggplate

Create Layout Plots of Biological Culture Plates and Microplates
https://jpquast.github.io/ggplate/
Other
90 stars 6 forks source link

conda version #14

Closed weber8thomas closed 10 months ago

weber8thomas commented 11 months ago

Hi!

Thanks for this amazing tool! I'd like to know if any conda/bioconda version is planned, would facilitate integration into workflow managers (snakemake, nextflow, ...)

Cheers, Thomas

jpquast commented 10 months ago

Hi @weber8thomas, thanks for your question! I have actually never used conda/bioconda. I tried to look a bit into how I would submit packages there but it seems to at least mine would not be suited for bioconda since it does not depend on any package in bioconda or bioconductor. So they would recommend submitting it to conda-forge then.

What exactly is the advantage of having it in such a repository? Is it not possible to install it from CRAN for the workflow managers?

jpquast commented 10 months ago

I just created a conda-forge version of the package. You can find it here: https://anaconda.org/conda-forge/r-ggplate

weber8thomas commented 10 months ago

Amazing, thanks a lot @jpquast ! Will be really useful for me

What exactly is the advantage of having it in such a repository? Is it not possible to install it from CRAN for the workflow managers?

When used in a nextflow/snakemake/other management system, it is super convenient to have a conda/container version to prevent custom installation when sharing the pipeline with different people :)