-
Notifications
You must be signed in to change notification settings - Fork 11
Home
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
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]