nf-test
nf-test copied to clipboard
Support for log.info
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)
}