nf-test icon indicating copy to clipboard operation
nf-test copied to clipboard

Support for log.info

Open adamrtalbot opened this issue 1 year ago • 3 comments

This might be me doing something wrong, but it doesn't seem like nf-test supports the log.info in the stdout? I'd like to check the version is printed if I do this:

if (params.version) {
    log.info workflow.manifest.version
    System.stdout(0)
}

adamrtalbot avatar Oct 13 '23 11:10 adamrtalbot