Skip to content

Commit

Permalink
Publish the ganon classify log file in the output
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyAnderssonLee committed Sep 4, 2024
1 parent 05db993 commit a90456d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ process {
publishDir = [
path: { "${params.outdir}/ganon/${meta.db_name}/" },
mode: params.publish_dir_mode,
pattern: '*.{tre,rep,lca,all,unc}'
pattern: '*.{tre,rep,lca,all,unc,log}'
]
}

Expand Down

0 comments on commit a90456d

Please sign in to comment.