From c57152e49912c1bf89fb80505bd319653a4e9325 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:42:41 -0400 Subject: [PATCH] Update lollipop to 0.5.0 (#51340) ## New features: - support processing multiple location in parallel (--n-cores) - support other input than tally of SVN mutation, e.g., use tables produced by COJAC. - option to specify a column to use as 'names' for the entries in tally table. By default, if 'pos' and 'base' exist a column 'mutations' will be created and used as name. Bootstraping needs such names for the entries. ## Results altering change: - The random seed initialisation has changed since 0.4.x Results between this version v0.5.0 and v0.4.x aren't bit-perfect Seed is re-initialised per locataion so parallel and sequencial runs are identical. Each location gets a different seed. --- recipes/lollipop/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/lollipop/meta.yaml b/recipes/lollipop/meta.yaml index ca883fd13e81d..e9b9385d3ed1b 100644 --- a/recipes/lollipop/meta.yaml +++ b/recipes/lollipop/meta.yaml @@ -1,6 +1,6 @@ {% set name = "LolliPop" %} -{% set version = "0.4.1" %} -{% set sha256 = "9991ba2740fcf37a9f0b13febe02025d66bbb4b8c46e0fa7c369adf0d11fc385" %} +{% set version = "0.5.0" %} +{% set sha256 = "1772506789e75f855bf80640b9bd34b12ac1436c14156a747a281e4fb5edcc18" %} package: name: {{ name|lower }}