diff --git a/CHANGELOG.md b/CHANGELOG.md index 6958fc8d25..15c1a583a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#1547](https://github.com/nf-core/sarek/pull/1547) - Correct typo in help text in nextflow_schema.json - [#1556](https://github.com/nf-core/sarek/pull/1556) - Fix display of some commands in `docs/usage.md` - [#1563](https://github.com/nf-core/sarek/pull/1563) - Fix `vep_cache_path_full` so that `--refseq/--merged` will work for ENSEMBLVEP +- [#1570](https://github.com/nf-core/sarek/pull/1570) - Remove duplicated notes in FASTQC output docs ### Removed diff --git a/docs/output.md b/docs/output.md index 0f49c73eda..7f8455f95d 100644 --- a/docs/output.md +++ b/docs/output.md @@ -924,9 +924,6 @@ The plots display:
Output files for all samples -:::note -The FastQC plots displayed in the MultiQC report shows _untrimmed_ reads. They may contain adapter sequence and potentially regions with low quality. -::: **Output directory: `{outdir}/reports/fastqc/`** - `_fastqc.html` and `_fastqc.html` @@ -934,8 +931,10 @@ The FastQC plots displayed in the MultiQC report shows _untrimmed_ reads. They m - `_fastqc.zip` and `_fastqc.zip` - Zip archive containing the [FastQC](http://www.bioinformatics.babraham.ac.uk/projects/fastqc/) report, tab-delimited data file and plot images -> **NB:** The FastQC plots displayed in the [MultiQC](https://multiqc.info/) report shows _untrimmed_ reads. -> They may contain adapter sequence and potentially regions with low quality. +:::note +The FastQC plots displayed in the MultiQC report shows _untrimmed_ reads. +They may contain adapter sequence and potentially regions with low quality. +:::