Skip to content
Mahesh Binzer-Panchal edited this page Mar 5, 2026 · 5 revisions

Welcome to the nf-cascade wiki!

Difficulty: Intermediate : Guided example for nf-core style pipelines

Difficulty: Advanced : Guided Example for general pipelines

Technical details : The tricks behind the implementation

General principle

graph TD
    copyModule[Copy Module Code] --> include[Include module in workflow]
    include --> supplyInputs[Supply channel inputs]
    supplyInputs --> test[Test the first process]
    test --> nextModule[Include the next module]
    nextModule --> extractSamplesheet[Extract the samplesheet]
    nextModule --> makeSamplesheet[Make the samplesheet]
Loading

Clone this wiki locally