You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,25 @@
3
3
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
4
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
5
6
+
## [2.5.0] - Bopfingen - 2023-11-03
7
+
8
+
### `Added`
9
+
10
+
-[#1020](https://github.com/nf-core/eager/issues/1020) Added mapDamage2 as an alternative for damage calculation.
11
+
12
+
### `Fixed`
13
+
14
+
-[#1017](https://github.com/nf-core/eager/issues/1017) Fixed file name collision in niche cases with multiple libraries of multiple UDG treatments.
15
+
-[#1024](https://github.com/nf-core/eager/issues/1024)`multiqc_general_stats.txt` is now generated even if the table is a beeswarm plot in the report.
16
+
-[#655](https://github.com/nf-core/eager/issues/655) Updated RG tags for all mappers. RG-id now includes Sample as well as Library ID. Added `LB:` tag with the library ID.
17
+
-[#1031](https://github.com/nf-core/eager/issues/1031) Always index fasta regardless of mapper. This ensures that DamageProfiler and genotyping processes get submitted when using bowtie2 and not providing a fasta index.
2. Install any of [`Docker`](https://docs.docker.com/engine/installation/), [`Singularity`](https://www.sylabs.io/guides/3.0/user-guide/), [`Podman`](https://podman.io/), [`Shifter`](https://nersc.gitlab.io/development/shifter/how-to-use/) or [`Charliecloud`](https://hpc.github.io/charliecloud/) for full pipeline reproducibility _(please only use [`Conda`](https://conda.io/miniconda.html) as a last resort; see [docs](https://nf-co.re/usage/configuration#basic-configuration-profiles))_
34
37
@@ -52,7 +55,7 @@ The pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool
52
55
nextflow clean -f -k
53
56
```
54
57
55
-
See [usage docs](https://nf-co.re/eager/docs/usage.md) for all of the available options when running the pipeline.
58
+
See [usage docs](https://nf-co.re/eager/usage) for all of the available options when running the pipeline.
56
59
57
60
**N.B.** You can see an overview of the run in the MultiQC report located at `./results/MultiQC/multiqc_report.html`
58
61
@@ -69,7 +72,7 @@ By default the pipeline currently performs the following:
69
72
* Sequencing adapter removal, paired-end data merging (`AdapterRemoval`)
70
73
* Read mapping to reference using (`bwa aln`, `bwa mem`, `CircularMapper`, or `bowtie2`)
71
74
* Post-mapping processing, statistics and conversion to bam (`samtools`)
72
-
* Ancient DNA C-to-T damage pattern visualisation (`DamageProfiler`)
75
+
* Ancient DNA C-to-T damage pattern visualisation (`DamageProfiler` or `mapDamage`)
73
76
* PCR duplicate removal (`DeDup` or `MarkDuplicates`)
74
77
* Post-mapping statistics and BAM quality control (`Qualimap`)
75
78
* Library Complexity Estimation (`preseq`)
@@ -133,9 +136,9 @@ The nf-core/eager pipeline comes with documentation about the pipeline: [usage](
3. [Running the pipeline](https://nf-co.re/eager/docs/usage.md)
139
+
3. [Running the pipeline](https://nf-co.re/eager/usage)
137
140
* This includes tutorials, FAQs, and troubleshooting instructions
138
-
4. [Output and how to interpret the results](https://nf-co.re/eager/docs/output.md)
141
+
4. [Output and how to interpret the results](https://nf-co.re/eager/output)
139
142
140
143
## Credits
141
144
@@ -246,7 +249,7 @@ In addition, references of tools and data used in this pipeline are as follows:
246
249
* **Bowtie2** Langmead, B. and Salzberg, S. L. 2012 Fast gapped-read alignment with Bowtie 2. Nature methods, 9(4), p. 357–359. doi: [10.1038/nmeth.1923](https:/dx.doi.org/10.1038/nmeth.1923).
247
250
* **sequenceTools** Stephan Schiffels (Unpublished). Download: [https://github.com/stschiff/sequenceTools](https://github.com/stschiff/sequenceTools)
248
251
* **EigenstratDatabaseTools** Thiseas C. Lamnidis (Unpublished). Download: [https://github.com/TCLamnidis/EigenStratDatabaseTools.git](https://github.com/TCLamnidis/EigenStratDatabaseTools.git)
249
-
* **mapDamage2** Jónsson, H., et al 2013. mapDamage2.0: fast approximate Bayesian estimates of ancient DNA damage parameters. Bioinformatics , 29(13), 1682–1684. [https://doi.org/10.1093/bioinformatics/btt193](https://doi.org/10.1093/bioinformatics/btt193)
252
+
* **mapDamage** Jónsson, H., et al 2013. mapDamage2.0: fast approximate Bayesian estimates of ancient DNA damage parameters. Bioinformatics , 29(13), 1682–1684. [https://doi.org/10.1093/bioinformatics/btt193](https://doi.org/10.1093/bioinformatics/btt193)
250
253
* **BBduk** Brian Bushnell (Unpublished). Download: [https://sourceforge.net/projects/bbmap/](sourceforge.net/projects/bbmap/)
0 commit comments