Skip to content

Commit

Permalink
Update UMICollapse to 1.1.0
Browse files Browse the repository at this point in the history
Also changes the source GitHub repo to another fork. Some discussion on this in nf-core/rnaseq#1087 (comment)
  • Loading branch information
siddharthab authored Oct 16, 2024
1 parent 13c62a4 commit e180d16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/umicollapse/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "UMICollapse" %}
{% set version = "1.0.0" %}
{% set sha256 = "40685d58f6be844ae4029eff1bf21f886f059da8293902ab390ee872e878edec"%}
{% set version = "1.1.0" %}
{% set sha256 = "01b8ff5b6bcc775b277e92f5414e7e94019bfbe47fe0850810ab4e33500992b1"%}

package:
name: umicollapse
Expand All @@ -11,7 +11,7 @@ build:
noarch: generic

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:
Expand All @@ -35,4 +35,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.
minutes with this tool with real datasets! doi 10.7717/peerj.8275.

0 comments on commit e180d16

Please sign in to comment.