From 1b68e566398215510c8bf3e8f4b49e24b4ac733a Mon Sep 17 00:00:00 2001 From: DLBPointon Date: Thu, 19 Sep 2024 09:14:41 +0100 Subject: [PATCH] Bug Fix for extra comma in btk module --- modules/local/sanger_tol_btk.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/sanger_tol_btk.nf b/modules/local/sanger_tol_btk.nf index 4f0bb06..543e693 100644 --- a/modules/local/sanger_tol_btk.nf +++ b/modules/local/sanger_tol_btk.nf @@ -7,7 +7,7 @@ process SANGER_TOL_BTK { tuple val(meta1), path(bam) // Name needs to remain the same as previous process as they are referenced in the samplesheet tuple val(meta2), path(samplesheet_csv, stageAs: "SAMPLESHEET.csv") path blastp, stageAs: "blastp.dmnd" - path blastn, + path blastn path blastx path config_file path tax_dump