From 370843b57d8c26a11e82d67bb86bf12833ac3f65 Mon Sep 17 00:00:00 2001 From: jvfe Date: Thu, 4 Jul 2024 10:31:17 -0300 Subject: [PATCH] fix: Change db name in cazy filter matches - So it maches the actual filenames and merging doesn't fail when creating the annotation report and profile --- subworkflows/local/annotation.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subworkflows/local/annotation.nf b/subworkflows/local/annotation.nf index cb56a62..60777ef 100755 --- a/subworkflows/local/annotation.nf +++ b/subworkflows/local/annotation.nf @@ -300,7 +300,7 @@ workflow ANNOTATE_ASSEMBLIES { DIAMOND_BLAST_CAZY(ch_ffn_files, DIAMOND_MAKE_CAZY.out.db, "txt", blast_columns) CAZY_FILTER( DIAMOND_BLAST_CAZY.out.txt, - "CAZY", + "CAZYDB", blast_columns, min_pident, min_qcover