Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Aug 20, 2024
1 parent 15f2f39 commit fd48502
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/configuration/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Any string provided to this option will printed before the help message.
validation.help.beforeText = "Running pipeline version 1.0" // default: ""
```

!!! info
!!! info

All color values (like `\033[0;31m`, which means the color red) will be filtered out when `validation.monochromeLogs` is set to `true`

Expand All @@ -170,7 +170,7 @@ Typical pipeline command:
nextflow run main.nf --input samplesheet.csv --outdir output
```

!!! info
!!! info

All color values (like `\033[0;31m`, which means the color red) will be filtered out when `validation.monochromeLogs` is set to `true`

Expand All @@ -184,7 +184,7 @@ Any string provided to this option will be printed after the help message.
validation.help.afterText = "Please cite the pipeline owners when using this pipeline" // default: ""
```

!!! info
!!! info

All color values (like `\033[0;31m`, which means the color red) will be filtered out when `validation.monochromeLogs` is set to `true`

Expand All @@ -202,7 +202,7 @@ Any string provided to this option will printed before the parameters log messag
validation.summary.beforeText = "Running pipeline version 1.0" // default: ""
```

!!! info
!!! info

All color values (like `\033[0;31m`, which means the color red) will be filtered out when `validation.monochromeLogs` is set to `true`

Expand All @@ -214,6 +214,6 @@ Any string provided to this option will be printed after the parameters log mess
validation.summary.afterText = "Please cite the pipeline owners when using this pipeline" // default: ""
```

!!! info
!!! info

All color values (like `\033[0;31m`, which means the color red) will be filtered out when `validation.monochromeLogs` is set to `true`
All color values (like `\033[0;31m`, which means the color red) will be filtered out when `validation.monochromeLogs` is set to `true`

0 comments on commit fd48502

Please sign in to comment.