Skip to content

Commit 731e2da

Browse files
authored
Merge pull request #225 from nf-core/doc-update-workdir-1
Added clean intermediate files section to README
2 parents 406b088 + c51da25 commit 731e2da

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ nextflow run nf-core/eager -profile <docker/singularity/conda>,test --pairedEnd
6666
nextflow run nf-core/eager -profile <docker/singularity/conda> --reads'*_R{1,2}.fastq.gz' --fasta '<REFERENCE>.fasta'
6767
```
6868

69+
6. Once your run has completed successfully, clean up the intermediate files.
70+
71+
```bash
72+
nextflow clean -k
73+
``
74+
6975
NB. You can see an overview of the run in the MultiQC report located at `<OUTPUT_DIR>/MultiQC/multiqc_report.html`
7076

7177
Modifications to the default pipeline are easily made using various options

0 commit comments

Comments
 (0)