1.4 KiB
1.4 KiB
type:: weblink source:: (93) Introduction to Nextflow for Data Intensive Pipelines: Part 1 - YouTube tags:: ReadingNotes date:: 21-01-2023 - 17:13
- 
- 
- 
- Processes are tasks to be performed
- it can be script, snippet of code, command line application etc.
- You need to specify input and output
- Each task gets its own directory in the filesystem
- In this way you avoid overwriting files, ar easy debugging
- 
- 
- 
- type:: [[weblink]]
source:: [(94) [Nextflow DSL2] Running a remote pipeline using Docker - YouTube](https://www.youtube.com/watch?v=1km8tPMU5Vo&ab_channel=AndreaTelatin) [telatin/nextflow-example: A simple DSL2 workflow: tutorial (github.com)](https://github.com/telatin/nextflow-example)
[(94) Nextflow Training Workshop - July 2020 - Day 1 - YouTube](https://www.youtube.com/watch?v=8_i8Tn335X0&ab_channel=Nextflow)
tags:: [[readingnotes]]
date:: [[21-01-2023]] - 18:10
- 
- 