@@ -242,61 +242,62 @@ nextflow run nf-core/demo -profile docker,test --outdir demo-results
242242
243243Here's the console output from the pipeline:
244244
245- ```
246245??? example "Output"
247- N E X T F L O W ~ version 25.04.3
248-
249- Launching `https://github.com/nf-core/demo` [happy_varahamihira] DSL2 - revision: db7f526ce1 [master]
250-
251-
252- ------------------------------------------------------
253- ,--./,-.
254- ___ __ __ __ ___ /,-._.--~'
255- |\ | |__ __ / ` / \ |__) |__ } {
256- | \| | \__, \__/ | \ |___ \`-._,-`-,
257- `._,._,'
258- nf-core/demo 1.0.2
259- ------------------------------------------------------
260- Input/output options
261- input : https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_test_illumina_amplicon.csv
262- outdir : demo-results
263-
264- Institutional config options
265- config_profile_name : Test profile
266- config_profile_description: Minimal test dataset to check pipeline function
267-
268- Generic options
269- trace_report_suffix : 2025-10-30_13-22-01
270-
271- Core Nextflow options
272- revision : master
273- runName : happy_varahamihira
274- containerEngine : docker
275- launchDir : /workspaces/training/hello-nf-core
276- workDir : /workspaces/training/hello-nf-core/work
277- projectDir : /workspaces/.nextflow/assets/nf-core/demo
278- userName : root
279- profile : docker,test
280- configFiles : /workspaces/.nextflow/assets/nf-core/demo/nextflow.config
281-
282- !! Only displaying parameters that differ from the pipeline defaults !!
283- ------------------------------------------------------
284- * The pipeline
285- https://doi.org/10.5281/zenodo.12192442
286-
287- * The nf-core framework
288- https://doi.org/10.1038/s41587-020-0439-x
289-
290- * Software dependencies
291- https://github.com/nf-core/demo/blob/master/CITATIONS.md
292-
293-
294- executor > local (7)
295- [db/fae3ff] NFCORE_DEMO:DEMO:FASTQC (SAMPLE3_SE) [100%] 3 of 3 ✔
296- [d0/f6ea55] NFCORE_DEMO:DEMO:SEQTK_TRIM (SAMPLE1_PE) [100%] 3 of 3 ✔
297- [af/e6da56] NFCORE_DEMO:DEMO:MULTIQC [100%] 1 of 1 ✔
298- -[nf-core/demo] Pipeline completed successfully-
299- ```
246+
247+ ```console
248+ N E X T F L O W ~ version 25.04.3
249+
250+ Launching `https://github.com/nf-core/demo` [happy_varahamihira] DSL2 - revision: db7f526ce1 [master]
251+
252+
253+ ------------------------------------------------------
254+ ,--./,-.
255+ ___ __ __ __ ___ /,-._.--~'
256+ |\ | |__ __ / ` / \ |__) |__ } {
257+ | \| | \__, \__/ | \ |___ \`-._,-`-,
258+ `._,._,'
259+ nf-core/demo 1.0.2
260+ ------------------------------------------------------
261+ Input/output options
262+ input : https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_test_illumina_amplicon.csv
263+ outdir : demo-results
264+
265+ Institutional config options
266+ config_profile_name : Test profile
267+ config_profile_description: Minimal test dataset to check pipeline function
268+
269+ Generic options
270+ trace_report_suffix : 2025-10-30_13-22-01
271+
272+ Core Nextflow options
273+ revision : master
274+ runName : happy_varahamihira
275+ containerEngine : docker
276+ launchDir : /workspaces/training/hello-nf-core
277+ workDir : /workspaces/training/hello-nf-core/work
278+ projectDir : /workspaces/.nextflow/assets/nf-core/demo
279+ userName : root
280+ profile : docker,test
281+ configFiles : /workspaces/.nextflow/assets/nf-core/demo/nextflow.config
282+
283+ !! Only displaying parameters that differ from the pipeline defaults !!
284+ ------------------------------------------------------
285+ * The pipeline
286+ https://doi.org/10.5281/zenodo.12192442
287+
288+ * The nf-core framework
289+ https://doi.org/10.1038/s41587-020-0439-x
290+
291+ * Software dependencies
292+ https://github.com/nf-core/demo/blob/master/CITATIONS.md
293+
294+
295+ executor > local (7)
296+ [db/fae3ff] NFCORE_DEMO:DEMO:FASTQC (SAMPLE3_SE) [100%] 3 of 3 ✔
297+ [d0/f6ea55] NFCORE_DEMO:DEMO:SEQTK_TRIM (SAMPLE1_PE) [100%] 3 of 3 ✔
298+ [af/e6da56] NFCORE_DEMO:DEMO:MULTIQC [100%] 1 of 1 ✔
299+ -[nf-core/demo] Pipeline completed successfully-
300+ ```
300301
301302If your output matches that, congratulations! You've just run your first nf-core pipeline.
302303
0 commit comments