UMICollapse icon indicating copy to clipboard operation
UMICollapse copied to clipboard

Any chance of making a Conda package?

Open CharlotteAnne opened this issue 2 years ago • 9 comments

Any chance of packaging this up for Bioconda? would make containerising + Nextflow stuff so much easier!!

Program is working so great I want it in my pipelines!

CharlotteAnne avatar Jun 21 '22 15:06 CharlotteAnne

Another thing!! In this same vein it would great if you could add a version argument to the tool so we can version control our pipelines using the tool.

CharlotteAnne avatar Jul 08 '22 06:07 CharlotteAnne

Hi - I've gone ahead and make a conda package for UMICollapse >> https://anaconda.org/bioconda/umicollapse users can now install using the command conda install -c bioconda umicollapse. You might want to add this to your documentation. The versioning is pinned to my fork of the repo. Once this propogates to biocontainers, I can also submit the nf-core module to make it easy to use for Nextflow programmers.

CharlotteAnne avatar May 09 '23 23:05 CharlotteAnne

Ah thank you so much! (I have not published packages to bioconda before.)

Daniel-Liu-c0deb0t avatar May 09 '23 23:05 Daniel-Liu-c0deb0t

No problem, happy to help!

CharlotteAnne avatar May 09 '23 23:05 CharlotteAnne

just realised there's an issue with the dependencies :// - will try to fix now!!

CharlotteAnne avatar May 09 '23 23:05 CharlotteAnne

its fixed now, should be working https://anaconda.org/bioconda/umicollapse

CharlotteAnne avatar May 11 '23 11:05 CharlotteAnne

Hi -- just a nudge, it would be worth adding this as an installation instruction in your readme as it will make things easier for a lot of people. Can be installed to a conda environment with conda install -c bioconda umicollapse

CharlotteAnne avatar Jun 19 '23 14:06 CharlotteAnne

the nf-core module is also available and tested >> https://nf-co.re/modules/umicollapse

CharlotteAnne avatar Jun 19 '23 14:06 CharlotteAnne

Sorry for the delay. I've added the conda instructions and the nf-core link to the readme. Thanks for doing this!

Daniel-Liu-c0deb0t avatar Jul 07 '23 20:07 Daniel-Liu-c0deb0t