1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 08:12:03 +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 = [
path: { "${params.outdir}/diamond/${meta.db_name}" },
mode: params.publish_dir_mode,
pattern: '*.{blast,xml,txt,daa,sam,tsv,paf}'
pattern: '*.{blast,xml,txt,daa,sam,tsv,paf,log}'
]
}