From f208adcbb3aab48477affd321a134d45f36b3b33 Mon Sep 17 00:00:00 2001 From: Laurence Date: Mon, 3 Mar 2025 13:45:02 +0100 Subject: [PATCH 1/2] Small fix --- CHANGELOG.md | 1 + modules/nf-core/crisprcleanr/normalize/environment.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dae4bd69..f751b44d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improve the method of Hitselection module to run the pipeline faster ([#222]https://github.com/nf-core/crisprseq/pull/222) - Fix a bug in the DrugZ module for the removed genes parameter ([#222]https://github.com/nf-core/crisprseq/pull/222) - Allow csv files in the validation of the `--library` parameter ([#229](https://github.com/nf-core/crisprseq/pull/229)) +- Add dplyr in the environment.yml for the crisprcleanr module ### General diff --git a/modules/nf-core/crisprcleanr/normalize/environment.yml b/modules/nf-core/crisprcleanr/normalize/environment.yml index b183c62d..79c98c02 100644 --- a/modules/nf-core/crisprcleanr/normalize/environment.yml +++ b/modules/nf-core/crisprcleanr/normalize/environment.yml @@ -5,3 +5,4 @@ channels: - defaults dependencies: - bioconda::r-crisprcleanr=3.0.0 + - conda-forge::r-dplyr==1.1.4 \ No newline at end of file From 853974af7d9117f1632d8c43d3eafa88a2de8a24 Mon Sep 17 00:00:00 2001 From: Laurence Date: Mon, 3 Mar 2025 14:10:47 +0100 Subject: [PATCH 2/2] Ran pre commit --- modules/nf-core/crisprcleanr/normalize/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nf-core/crisprcleanr/normalize/environment.yml b/modules/nf-core/crisprcleanr/normalize/environment.yml index 79c98c02..75928e5e 100644 --- a/modules/nf-core/crisprcleanr/normalize/environment.yml +++ b/modules/nf-core/crisprcleanr/normalize/environment.yml @@ -5,4 +5,4 @@ channels: - defaults dependencies: - bioconda::r-crisprcleanr=3.0.0 - - conda-forge::r-dplyr==1.1.4 \ No newline at end of file + - conda-forge::r-dplyr==1.1.4