From a2e57581df34ea012e7b75e69d4bb7721b6abc09 Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Mon, 12 Feb 2024 17:09:28 +0000 Subject: [PATCH] fix linting --- modules/nf-core/umitools/prepareforrsem/environment.yml | 6 ++---- modules/nf-core/umitools/prepareforrsem/meta.yml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/nf-core/umitools/prepareforrsem/environment.yml b/modules/nf-core/umitools/prepareforrsem/environment.yml index 08dfe995d5b..a6cc37774d4 100644 --- a/modules/nf-core/umitools/prepareforrsem/environment.yml +++ b/modules/nf-core/umitools/prepareforrsem/environment.yml @@ -1,9 +1,7 @@ ---- -# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json -name: "umitools_prepareforrsem" +name: umitools_prepareforrsem channels: - conda-forge - bioconda - defaults dependencies: - - "bioconda::umitools=1.1.4" + - bioconda::umi_tools=1.1.4 diff --git a/modules/nf-core/umitools/prepareforrsem/meta.yml b/modules/nf-core/umitools/prepareforrsem/meta.yml index 9627e384dad..052724101bf 100644 --- a/modules/nf-core/umitools/prepareforrsem/meta.yml +++ b/modules/nf-core/umitools/prepareforrsem/meta.yml @@ -1,4 +1,4 @@ -name: umitools_dedup +name: umitools_prepareforrsem description: Make the output from umi_tools dedup or group compatible with RSEM keywords: - umitools