From 455552820ee8a7959075296040a7ba837b5ccb1a Mon Sep 17 00:00:00 2001 From: Siddhartha Bagaria Date: Thu, 17 Oct 2024 10:15:37 -0700 Subject: [PATCH] Update UMICollapse to 1.1.0 (#51441) * Update UMICollapse to 1.1.0 Also changes the source GitHub repo to another fork. Some discussion on this in https://github.com/nf-core/rnaseq/issues/1087#issuecomment-2392499060 * Reset build number * Add run_exports --- recipes/umicollapse/meta.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/recipes/umicollapse/meta.yaml b/recipes/umicollapse/meta.yaml index 3c92a82740485..ce48d66143ee4 100644 --- a/recipes/umicollapse/meta.yaml +++ b/recipes/umicollapse/meta.yaml @@ -1,17 +1,19 @@ -{% set name = "UMICollapse" %} -{% set version = "1.0.0" %} -{% set sha256 = "40685d58f6be844ae4029eff1bf21f886f059da8293902ab390ee872e878edec"%} +{% set name = "umicollapse" %} +{% set version = "1.1.0" %} +{% set sha256 = "01b8ff5b6bcc775b277e92f5414e7e94019bfbe47fe0850810ab4e33500992b1"%} package: - name: umicollapse + name: {{ name }} version: {{ version }} build: - number: 1 + number: 0 noarch: generic + run_exports: + - {{ pin_subpackage(name, max_pin="x") }} source: - url: https://github.com/CharlotteAnne/UMICollapse/archive/refs/tags/v{{ version }}.tar.gz + url: https://github.com/siddharthab/UMICollapse/archive/refs/tags/v{{ version }}.tar.gz sha256: {{ sha256 }} requirements: @@ -35,4 +37,4 @@ about: while maintaining similar functionality. This is achieved by using faster data structures with n-grams and BK-trees, along other techniques that are carefully implemented to scale well to larger datasets and longer UMIs. Users of UMICollapse have reported speedups from taking hours or days to run with a previous tool to taking only a few - minutes with this tool with real datasets! doi 10.7717/peerj.8275. \ No newline at end of file + minutes with this tool with real datasets! doi 10.7717/peerj.8275.