The typical command for running the pipeline is as follows:
nextflow run nf-core/template --inputdir '/path/to/data' --samplesheet 'samples.csv' -profile docker
nextflow run get-nf/template --inputdir '/path/to/data' --samplesheet 'samples.csv' -profile docker
Mandatory arguments:
--inputdir Path to input directory
...
...
@@ -52,6 +52,7 @@ def helpMessage() {
--email Set this parameter to your e-mail address to get a summary e-mail with details of the run sent to you when the workflow exits
--email_on_fail Same as --email, except only send mail if the workflow is not successful
--maxMultiqcEmailFileSize Theshold size for MultiQC report to be attached in notification email. If file generated by pipeline exceeds the threshold, it will not be attached (Default: 25MB)
-name [str] Name for the pipeline run. If not specified, Nextflow will automatically generate a random mnemonic.