1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-11 01:43:09 +00:00

Updated modules.config to add 'log' in diamond config

This commit is contained in:
mjamy 2022-07-28 15:52:31 +02:00
parent 49487593e2
commit 5cdf5e958a

View file

@ -387,7 +387,7 @@ process {
publishDir = [ publishDir = [
path: { "${params.outdir}/diamond/${meta.db_name}" }, path: { "${params.outdir}/diamond/${meta.db_name}" },
mode: params.publish_dir_mode, mode: params.publish_dir_mode,
pattern: '*.{blast,xml,txt,daa,sam,tsv,paf}' pattern: '*.{blast,xml,txt,daa,sam,tsv,paf,log}'
] ]
} }