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:
parent
49487593e2
commit
5cdf5e958a
1 changed files with 1 additions and 1 deletions
|
@ -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}'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue