diff --git a/CHANGELOG.md b/CHANGELOG.md index a3371d29..dcd4858a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Initial release of nf-core/metatdenovo, created with the [nf-core](https://nf-co ### `Changed` +- [#295](<[https://github.com/nf-core/metatdenovo/pull/295](https://github.com/nf-core/metatdenovo/pull/295)>) - Update documentation - [#292](<[https://github.com/nf-core/metatdenovo/pull/292](https://github.com/nf-core/metatdenovo/pull/292)>) - Specify memory to Megahit process - [#290](<[https://github.com/nf-core/metatdenovo/pull/290](https://github.com/nf-core/metatdenovo/pull/290)>) - Template update to v2.14.1 - [#283](<[https://github.com/nf-core/metatdenovo/pull/283](https://github.com/nf-core/metatdenovo/pull/283)>) - Updated documentation about download databases manually diff --git a/docs/output.md b/docs/output.md index 002f1eea..16e0eb60 100644 --- a/docs/output.md +++ b/docs/output.md @@ -52,7 +52,7 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and the results #### Trim galore! -[Trimgalore](https://github.com/FelixKrueger/TrimGalore) is trimming primer sequences from sequencing reads. Primer sequences are non-biological sequences that often introduce point mutations that do not reflect sample sequences. This is especially true for degenerated PCR primers. If primer trimming would be omitted, artifactual amplicon sequence variants might be computed by the denoising tool or sequences might be lost due to become labelled as PCR chimera. +[Trimgalore](https://github.com/FelixKrueger/TrimGalore) is a fastq preprocessor for read/adapter trimming and quality control. It is used in this pipeline for trimming adapter sequences and discard low-quality reads. Its output is in the results folder and part of the MultiQC report.
Output files