Skip to content

Update the meta.yml of subworkflows #6737

@mirpedrol

Description

@mirpedrol

The meta.yml of subworkflows should have the proper structure descirbing the structure of input and output channels.

A new flag --fix has been added to nf-core/tools v3.0.0 to help you restructure these files, but as the structure of channels can't be infered from the main.nf of the subworkflows, some manual work is required.

How To

  1. Make sure to use nf-core/tools v3.0.2
  2. Run the linting command with the --fix flag:
nf-core subworkflows lint --fix <subworkflow_name>
  1. Manually update the information of input and output channels

You can have a look to an example PR updating some of the subworkflows for reference.

List of subworkflows

If you plan to work on updating one of the subworkflows, please edit this message and add your github handle next to it to assign it to you.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

To do

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions