From b177326c9248d2c0ae2cd32663324efa144af97e Mon Sep 17 00:00:00 2001 From: "(major) john (major)" Date: Mon, 21 Oct 2024 03:25:48 -0700 Subject: [PATCH] Update deseq2.yaml typos in env.yaml causing errors --- workflow/envs/deseq2.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/envs/deseq2.yaml b/workflow/envs/deseq2.yaml index dcdc1ea..1783a38 100644 --- a/workflow/envs/deseq2.yaml +++ b/workflow/envs/deseq2.yaml @@ -3,6 +3,6 @@ channels: - bioconda - nodefaults dependencies: - - bioconductor-deseq2 =1.38 - - r-stringr =1.5 - - r-ashr =2.2_54 + - bioconductor-deseq2=1.38 + - r-stringr=1.5 + - r-ashr=2.2_54