-
Notifications
You must be signed in to change notification settings - Fork 21
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
Checkm2 #95
Conversation
This has to be tested.
There was a problem hiding this 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
config/codon_dbs.config
Outdated
@@ -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" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
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.