Skip to content

Lab 04: Structuring Projects and Inputs

Ryan edited this page Jan 8, 2024 · 9 revisions

Structuring Projects and Inputs

Inspect project organization

Go to exercise directory 04_structure_and_input and change to the pipeline directory.

This project is organized as follows:

.
├── main.nf
├── modules
│   └── fasta_utils.nf
└── nextflow.config

Notice that we now have a modules subdirectory containing 'fasta_utils.nf'.

Clone this wiki locally