Skip to content

Replace subworkflow/helpers.nf print_parameters to programatically log params #101

Description

@tonyliang19
  • Should use this sample code:
Channel.of(params)
    .map { log -> groovy.json.JsonOutput.prettyPrint(groovy.json.JsonOutput.toJson(log)) }
    .collectFile(name: "log_params.json")
    .set { ch_log_params }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions