nextflow-io / nf-schema

Functionality for working with pipeline and sample sheet schema files in Nextflow pipelines
https://nextflow-io.github.io/nf-schema/
Apache License 2.0
12 stars 4 forks source link

respect NF ANSI log setting #12

Open ahvigil opened 10 months ago

ahvigil commented 10 months ago

Nextflow already has some logic for detecting ANSI logging support and turning it on or off if not explicitly overridden (ref: https://github.com/nextflow-io/nextflow/commit/89bc56016bf96b1cd8fb0de1605668a7aec0aeba). Would be nice if this plugin respected that setting instead of -ansi-log and -monochrome_logs always being completely separate (but oftentimes redundant) settings.