From 225e66338a1ec62f40dcb2bd046d6321552eae69 Mon Sep 17 00:00:00 2001 From: Matthias De Smet <11850640+matthdsm@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:29:49 +0200 Subject: [PATCH] bump WisecondorX to v1.2.8 (#50374) --- recipes/wisecondorx/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/wisecondorx/meta.yaml b/recipes/wisecondorx/meta.yaml index c32c17e5562fa..cd381550d1544 100644 --- a/recipes/wisecondorx/meta.yaml +++ b/recipes/wisecondorx/meta.yaml @@ -1,11 +1,11 @@ -{% set version="1.2.7" %} +{% set version="1.2.8" %} package: name: wisecondorx version: {{ version }} source: url: https://github.com/CenterForMedicalGeneticsGhent/wisecondorX/archive/v{{ version }}.tar.gz - sha256: 4597377e664afd5b4d78f92061d854186bbaba92ba9951f034e9e7ce4c2d1c29 + sha256: 9460649cdfd36fd4edb74c89618a4fbecefa857f9bfa357d76898f7de433b131 build: number: 0 @@ -19,6 +19,7 @@ requirements: - python >=3.6 - setuptools run: + - pandas - python >=3.6 - pysam - scipy