mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:03:10 +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 = [
|
||||
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}'
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue