Skip to content

Commit

Permalink
update conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Sep 23, 2024
1 parent e05698e commit 55dd532
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.0.1" %}
{% set version = "0.3" %}
{% set sha256 = "b87705421a2249fd5bb359642494a7f7a9bcbf90a0b73531d1da2d7fedbad396" %} # TO BE ADDED

package:
name: pansyn
name: msyd
version: {{ version }}

source:
url: https://github.com/schneebergerlab/pansyn/archive/v{{ version }}.tar.gz
url: https://github.com/schneebergerlab/msyd/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
Expand All @@ -33,13 +33,13 @@ requirements:

test:
commands:
- pansyn --version
- msyd --version

about:
home: https://github.com/schneebergerlab/pansyn
home: https://github.com/schneebergerlab/msyd
license: MIT License
license_file: LICENSE
summary: Pan-genomic syntenic region identification
summary: Multi-genomic synteny detection

extra:
maintainers:
Expand Down

0 comments on commit 55dd532

Please sign in to comment.