From 3c8a25dce7262ea4f0f83a75b5ecdd005722e92f Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Wed, 22 Feb 2023 12:06:30 -0800 Subject: [PATCH] Update Python to 3.10 and cutadapt to 4.2 --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 211e3771..d0112345 100644 --- a/environment.yml +++ b/environment.yml @@ -3,9 +3,9 @@ channels: - conda-forge - bioconda dependencies: -- python=3 +- python=3.10 - pip -- cutadapt<4.0 +- cutadapt - multiqc==1.14 - sra-tools - fastqc