diff --git a/hello-nextflow/solutions/hello-config/5-nextflow.config b/hello-nextflow/solutions/hello-config/5-nextflow.config index a65fe7e6..24d06833 100644 --- a/hello-nextflow/solutions/hello-config/5-nextflow.config +++ b/hello-nextflow/solutions/hello-config/5-nextflow.config @@ -9,6 +9,9 @@ params { // Primary input (file of input files, one per line) reads_bam = null + // Output directory + params.outdir = "results_genomics" + // Accessory files reference = null reference_index = null