nf-core / tools

Python package with helper tools for the nf-core community.
https://nf-co.re
MIT License
231 stars 187 forks source link

samplesheet schema builder #2302

Open mashehu opened 1 year ago

mashehu commented 1 year ago

Description of feature

When rewritting the schema builder, we should also make it possible for it to handle any other json schema (for now at least the one for samplesheets).

Need then to update this line https://github.com/nf-core/tools/blob/e749f08610e324dc03fcbc5b211f6e8f7a9061a9/nf_core/pipeline-template/workflows/pipeline.nf#L87

mirpedrol commented 11 months ago

Also reported in https://github.com/nf-core/tools/issues/1061

ewels commented 4 months ago

Also reported in #1061

These are slightly different issues I think. This issue is about building a tool to create sample sheet schema. #1061 is about building a tool that uses the schema to help users create sample sheets.