Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkm2 #95

Merged
merged 27 commits into from
May 9, 2024
Merged

Checkm2 #95

merged 27 commits into from
May 9, 2024

Conversation

tgurbich
Copy link
Contributor

@tgurbich tgurbich commented Apr 8, 2024

Changed the QC tool from CheckM to CheckM2. Enabled NCBI genomes to be processed - NCBI genomes are taken through CheckM2, ENA genomes are expected to have completeness and contamination data provided.

@tgurbich tgurbich marked this pull request as ready for review May 8, 2024 16:06
@tgurbich tgurbich requested a review from mberacochea May 8, 2024 16:07
Copy link
Member

@mberacochea mberacochea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent, thanks @tgurbich. The only bit I would correct is the internal db path we have for the checkm2 DB

@@ -14,4 +14,6 @@ params {
kegg_classes = "/hps/nobackup/rdf/metagenomics/service-team/production/ref-dbs/genomes-pipeline/kegg_classes.tsv"

amrfinder_plus_db = "/hps/nobackup/rdf/metagenomics/service-team/ref-dbs/amrfinderplus/3.11/2023-02-23.1"

checkm2_db = "/hps/nobackup/rdf/metagenomics/service-team/ref-dbs/checkm2/CheckM2_database/CheckM2_database/uniref100.KO.1.dmnd"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to normalize that path, it should be

/hps/nobackup/rdf/metagenomics/service-team/ref-dbs/checkm2/<version>/uniref100.KO.1.dmnd

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I updated the path.

@tgurbich tgurbich merged commit a6acb02 into v2.2.2-prep May 9, 2024
2 checks passed
@tgurbich tgurbich deleted the checkm2 branch May 9, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants