Skip to content

Commit

Permalink
fix: Change db name in cazy filter matches
Browse files Browse the repository at this point in the history
- So it maches the actual filenames and merging doesn't fail when
  creating the annotation report and profile
  • Loading branch information
jvfe committed Jul 4, 2024
1 parent e5dbb4e commit 370843b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/annotation.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 370843b

Please sign in to comment.