From 503825e0defcbf8936f2ebf17adb014e0b5aa60d Mon Sep 17 00:00:00 2001 From: pdimens Date: Fri, 28 Jun 2024 15:56:56 -0400 Subject: [PATCH] add missing pysam --- resources/harpy.yaml | 1 + resources/meta.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/harpy.yaml b/resources/harpy.yaml index d3fc6ae47..129fe6d02 100644 --- a/resources/harpy.yaml +++ b/resources/harpy.yaml @@ -7,6 +7,7 @@ dependencies: - bcftools =1.20 - mamba - pandas + - pysam - python - rich-click - snakemake-minimal >7 diff --git a/resources/meta.yaml b/resources/meta.yaml index e002472f1..88ccdfb59 100644 --- a/resources/meta.yaml +++ b/resources/meta.yaml @@ -34,6 +34,7 @@ requirements: - apptainer - bcftools =1.20 - pandas + - pysam - python >3.10 - rich-click - snakemake-minimal >7