Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn committed Nov 21, 2024
1 parent 9db24ed commit 057c439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Restrict deepvariant analysis of WES samples to bait regions [#633](https://github.com/nf-core/raredisease/pull/633)
- bcftools annotate declaration in annotate CADD subworkflow [#624](https://github.com/nf-core/raredisease/pull/624)
- Rhocallviz subworkflow will only be invocated once per sample [#621](https://github.com/nf-core/raredisease/pull/621)
- Allow for VEP version 112 to be used and set it to default [#617](https://github.com/nf-core/raredisease/pull/617)
- Updated createCaseChannel function to include a check for maternal and paternal ids being set to a numeric 0 [#643](https://github.com/nf-core/raredisease/pull/643)

### Parameters
Expand All @@ -40,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
| Tool | Old version | New version |
| ---------- | ----------- | ----------- |
| bcftools | 1.18 | 1.20 |
| ensemblvep | 112 | 113 |
| ensemblvep | 112 | 110 |
| genmod | 3.8.2 | 3.9 |
| mosdepth | 0.3.6 | 0.3.8 |
| multiqc | 1.21 | 1.25.1 |
Expand Down
3 changes: 1 addition & 2 deletions docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d
- [Hmtnote](#hmtnote)
- [VEP](#vep-2)
- [Filtering and ranking](#filtering-and-ranking)
- [Filter_vep](#filter_vep)
- [Filter\_vep](#filter_vep)
- [GENMOD](#genmod)
- [Mobile element analysis](#mobile-element-analysis)
- [Calling mobile elements](#calling-mobile-elements)
Expand Down Expand Up @@ -171,7 +171,6 @@ The FastQC plots displayed in the MultiQC report shows _untrimmed_ reads. They m

- `{outputdir}/qc_bam/`
- `<sampleid>_mosdepth.global.dist.txt`: This file contains a cumulative distribution indicating the proportion of total bases that were covered for at least a given coverage value across each chromosome and the whole genome.
- `<sampleid>_mosdepth.per-base.d4`: This file contains a coverage for each base in the genome in d4 format.
- `<sampleid>_mosdepth.summary.txt`: This file contains summary statistics, such as mean, minimum and maximum coverage per genomic contig.

</details>
Expand Down

0 comments on commit 057c439

Please sign in to comment.