nf-core / deepmodeloptim

Stochastic Testing and Input Manipulation for Unbiased Learning Systems
https://nf-co.re/deepmodeloptim
MIT License
23 stars 9 forks source link

Adapt subworkflow to the nf-core structure #192

Open JoseEspinosa opened 1 month ago

JoseEspinosa commented 1 month ago

Description of feature

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.