We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Go to exercise directory 04_structure_and_input and change to the pipeline directory.
04_structure_and_input
pipeline
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'.
modules
There was an error while loading. Please reload this page.