workflows-nextflow
workflows-nextflow copied to clipboard
Workflow management with Nextflow and nf-core
update environment.tml add Graphviz fixes #143
Graphviz installation is not part of the setup instructions, but is needed for the last exercise.
Ternary operators should be explained more fully if the term is to be used.
I get this error when running script6: ``` Error executing process > 'MULTIQC' Caused by: Process `MULTIQC` terminated with an error exit status (1) Command executed: multiqc . Command exit...
The FASTQC process will not run as the process has not been declared in the workflow scope." - is this the same definition of "scope" as used earlier? Is there...
Is it the intention that this episode re-explains lots of content from previous episodes? For example parameters and processes are covered as if new content. Perhaps there is scope to...
update work directory file descriptions for issue #137
I'm not completely clear on what "The command wrapped used to run the job." means. As far as I can tell by searching, the definition of `.command.run` is not in...
When I first tried the Conda exercise I got this error: ``` Error executing process > 'FASTP (1)' Caused by: Failed to create Conda environment command: conda create --mkdir --yes...
The final exercise in this episode is the same as the preceding content. Maybe best to omit the exercise, or give the markdown example and ask learners to modify the...