lncpipe icon indicating copy to clipboard operation
lncpipe copied to clipboard

Add nf-schema

Open ctuni opened this issue 9 months ago • 2 comments

ctuni avatar Mar 19 '25 11:03 ctuni

nf-schema provides a way to validate input parameters, such as the sample sheet and other required files, ensuring they are correctly defined before the pipeline runs. By specifying these parameters in nextflow_schema.json, we can enforce validation and improve error handling.

We need to ensure that all required input parameters are properly defined in nextflow_schema.json, preventing issues caused by missing or incorrect files.

Reference Example nf-core/rnaseq/nextflow_schema.json

Emeerdink avatar Mar 23 '25 13:03 Emeerdink

The samplesheet handling is done now using nf-schema.

As we add input params (gtf, fasta, etc), we can also validate them using nf-schema

ctuni avatar Mar 24 '25 15:03 ctuni