Make lane Column Optional in Samplesheet#1943
Conversation
…ple, and workflow logic
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.0.2. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
thanks @FriederikeHanssen for checking, i have not done this before but i can give it a go, is there some tutorial to follow? |
|
maybe check how we implement tests for other fucntionality in the pipeline in the tests/ folder. for a general introcution to nf-test, you can follow the training here: https://training.nextflow.io/latest/side_quests/nf-test/ It's obviously a lot simpler than how we use the testing but a good introduction to the general concepts. |
|
Thanks for the pointers @FriederikeHanssen , i tried to intall nf-test via |
Addressing the issue raised in #1942
Key changes:
lane.laneis optional; examples revised.lane; kept optional example.lane.Testing:
Pipeline tested without
laneand it work as expected 🤞