Skip to content

Commit 9cb2057

Browse files
authored
Merge pull request #82 from nf-core/MeriamOs-for-release
Last minor changes for release
2 parents 6465808 + 7264356 commit 9cb2057

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## v2.0.0 - 03/04/2025
6+
## v2.0.0 - 22/05/2025
77

88
nf-core/coproid v2.0 is based on [nf-core](https://nf-co.re/) DSL2 template.
99
This release is a complete rewrite of the original nf-core/coproid pipeline, originally written in Nextflow DSL1. It also includes new features, and/or updated tools.

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323

2424
It combines the analysis of putative host (ancient) DNA with a machine learning prediction of the faeces source based on microbiome taxonomic composition:
2525

26-
1. First coproID performs comparative mapping of all reads agains two (or three) target genomes (genome1, genome2, and potentially genome3) and computes a host-DNA species ratio (NormalisedProportion).
27-
2. Then coproID performs metagenomic taxonomic profiling, and compares the obtained profiles to modern reference samples of the target species metagenomes. Using machine learning, coproID then estimates the host source from the metagenomic taxonomic composition (SourcepredictProportion).
28-
3. Finally, coproID combines A and B proportions to predict the likely host of the metagenomic sample.
26+
A. First coproID performs comparative mapping of all reads agains two (or three) target genomes (genome1, genome2, and potentially genome3) and computes a host-DNA species ratio (NormalisedProportion).
27+
B. Then coproID performs metagenomic taxonomic profiling, and compares the obtained profiles to modern reference samples of the target species metagenomes. Using machine learning, coproID then estimates the host source from the metagenomic taxonomic composition (SourcepredictProportion).
28+
C. Finally, coproID combines the A and B proportions to predict the likely host of the metagenomic sample.
2929

3030
<!-- Workflow overview -->
3131

@@ -37,6 +37,7 @@ It combines the analysis of putative host (ancient) DNA with a machine learning
3737
1. Fastp to remove adapters and low-complexity reads ([`fastp`](https://doi.org/10.1002/imt2.107))
3838
1. Mapping or reads to multiple reference genomes ([`Bowtie2`](https://bowtie-bio.sourceforge.net/bowtie2))
3939
1. Lowest Common Ancestor analysis to retain only genome specific reads ([`sam2lca`](github.com/maxibor/sam2lca))
40+
1. Ancient DNA damage estimation with [pyDamage](https://pydamage.readthedocs.io/en/latest/README.html) and [DamageProfiler](https://github.com/Integrative-Transcriptomics/DamageProfiler)
4041
1. Taxonomic profiling of unmapped reads ([`kraken2`](https://ccb.jhu.edu/software/kraken2/))
4142
1. Source predicting based on taxonic profiles ([`sourcepredict`](https://sourcepredict.readthedocs.io/))
4243
1. Combining host and microbial predictions to calculate overall proportions.

0 commit comments

Comments
 (0)