Skip to content

Commit

Permalink
Update lollipop to 0.5.0 (#51340)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
BiocondaBot authored Oct 11, 2024
1 parent 5d36d73 commit c57152e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/lollipop/meta.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit c57152e

Please sign in to comment.