nf-core / configs

Config files used to define parameters specific to compute environments at different Institutions
https://nf-co.re/configs
MIT License
88 stars 276 forks source link

Restructure repo #806

Open edmundmiller opened 15 hours ago

edmundmiller commented 15 hours ago

Might break some stuff.

@jfy133 anythoughts on moving to a structure similar to the modules repo?

$ tree conf/utd_ganymede/
conf/utd_ganymede/
├── utd_ganymede.config
└── utd_ganymede.md

Maybe a better example

$ tree conf/uppmax/
conf/uppmax/
├── README.md
├── pipeline
│   ├── ampliseq.config
│   └── ampliseq.md
└── uppmax.config

Could nest the ampliseq one more time too.

jfy133 commented 4 hours ago

Theoretically no reason not to, but it would break the website rendering currently I imagine.

What would the benefits be though?

I don't see an issue between configs/modules having different structures because they are entirely different things