diff --git a/README.md b/README.md index f4c7bbaf5..dc1b9f85f 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ nextflow run nf-core/eager -profile ,test --pairedEnd nextflow run nf-core/eager -profile --reads'*_R{1,2}.fastq.gz' --fasta '.fasta' ``` +6. Once your run has completed successfully, clean up the intermediate files. + +```bash +nextflow clean -k +`` + NB. You can see an overview of the run in the MultiQC report located at `/MultiQC/multiqc_report.html` Modifications to the default pipeline are easily made using various options