From ef4996583e8179c8abe357296206a830f8339191 Mon Sep 17 00:00:00 2001 From: subwaystation Date: Thu, 1 Feb 2024 15:39:56 +0100 Subject: [PATCH] revert wfmash to 0.10.5 --- modules.json | 2 +- modules/nf-core/wfmash/main.nf | 6 +++--- modules/nf-core/wfmash/meta.yml | 4 +--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/modules.json b/modules.json index 7b0774b..fb1833c 100644 --- a/modules.json +++ b/modules.json @@ -87,7 +87,7 @@ }, "wfmash": { "branch": "master", - "git_sha": "8cbeaa5063f08952682517597d4e8d6e35bbcd1a", + "git_sha": "96fadda088c6e79777ba8eef939e36bb03a69c65", "installed_by": ["modules"] } } diff --git a/modules/nf-core/wfmash/main.nf b/modules/nf-core/wfmash/main.nf index 3e1592f..0f9c581 100644 --- a/modules/nf-core/wfmash/main.nf +++ b/modules/nf-core/wfmash/main.nf @@ -2,10 +2,10 @@ process WFMASH { tag "$meta.id" label 'process_medium' - conda "${moduleDir}/environment.yml" + conda "bioconda::wfmash=0.10.5" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/wfmash:0.12.5--h11f254b_0': - 'biocontainers/wfmash:0.12.5--h11f254b_0' }" + 'https://depot.galaxyproject.org/singularity/wfmash:0.10.5--h94f6cfe_0': + 'biocontainers/wfmash:0.10.5--h94f6cfe_0' }" input: tuple val(meta), path(fasta_gz), path(paf), path(gzi), path(fai) diff --git a/modules/nf-core/wfmash/meta.yml b/modules/nf-core/wfmash/meta.yml index dc5cd5a..1063f8b 100644 --- a/modules/nf-core/wfmash/meta.yml +++ b/modules/nf-core/wfmash/meta.yml @@ -13,7 +13,7 @@ tools: documentation: https://github.com/waveygang/wfmash tool_dev_url: https://github.com/waveygang/wfmash doi: 10.5281/zenodo.6949373 - licence: ["MIT"] + licence: "['MIT']" input: - meta: type: map @@ -59,5 +59,3 @@ output: pattern: "versions.yml" authors: - "@subwaystation" -maintainers: - - "@subwaystation"