mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:43:08 +00:00
Add missing comma to list
This commit is contained in:
parent
2de049399d
commit
e586747680
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ WorkflowTaxprofiler.initialise(params, log)
|
|||
// TODO nf-core: Add all file path parameters for the pipeline to the list below
|
||||
// Check input path parameters to see if they exist
|
||||
def checkPathParamList = [ params.input, params.genome, params.databases,
|
||||
params.outdir, params.longread_hostremoval_index
|
||||
params.outdir, params.longread_hostremoval_index,
|
||||
params.hostremoval_reference, params.shortread_hostremoval_index,
|
||||
params.multiqc_config, params.shortread_qc_adapterlist,
|
||||
params.krona_taxonomy_directory
|
||||
|
|
Loading…
Reference in a new issue