Skip to content

Extend hello nf-core to include parameter validation #648

@adamrtalbot

Description

@adamrtalbot

The new hello nf-core series does not include modifying any parameters or setting the schema, however when you are updating the test profile there is an obvious place to put it:

        // Input data
        input  = 'core-hello/assets/greetings.csv'

        // Other parameters
        batch     = 'test'
        character = 'tux'

We can update the parameters for the:

  • batch
  • character
  • remove the input schema

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationimproveNew feature or requestnf-core

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions