mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 06:53:10 +00:00
Update taxprofiler.nf
This commit is contained in:
parent
e586747680
commit
acba31a8d6
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ def checkPathParamList = [ params.input, params.genome, params.databases,
|
|||
params.outdir, params.longread_hostremoval_index,
|
||||
params.hostremoval_reference, params.shortread_hostremoval_index,
|
||||
params.multiqc_config, params.shortread_qc_adapterlist,
|
||||
params.krona_taxonomy_directory
|
||||
params.krona_taxonomy_directory,
|
||||
params.multiqc_logo, params.multiqc_methods_description
|
||||
]
|
||||
for (param in checkPathParamList) { if (param) { file(param, checkIfExists: true) } }
|
||||
|
||||
|
|
Loading…
Reference in a new issue