Open JoseEspinosa opened 1 month ago
Adapt local subworkflows to the nf-core structure:
subworkflow_name ├── main.nf ├── meta.yml └── tests ├── main.nf.test ├── main.nf.test.snap └── tags.yml
The dir tests shouldn't be there if tests are not implemented yet.
tests
Description of feature
Adapt local subworkflows to the nf-core structure:
The dir
tests
shouldn't be there if tests are not implemented yet.