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

Can't do quality control when change reference #1519

Open
YangJingqii opened this issue Sep 3, 2024 · 1 comment
Open

Can't do quality control when change reference #1519

YangJingqii opened this issue Sep 3, 2024 · 1 comment
Labels
t:ask Type: question, request of information 1

Comments

@YangJingqii
Copy link

Dear,

I'm running nextclade when analysing RSV, but I want to change reference, so I run

nextclade-x86_64-unknown-linux-gnu run \
-r ../data/general_data/ref/reference_seq.fasta \
-m ../data/general_data/ref/reference_seq.gff3 \
-O ../data/raw_consensus/nextclade_rsva \
--include-reference true \
--include-nearest-node-info true \
../data/raw_consensus/RSVA.fasta 

But the qc status in the output tsv are all good,while some sequences are bad in the nextstrain metadata ,I wonder how to get the real qc status while I change the reference?

I'm very much looking forward to your answer. Thank you so much!

@YangJingqii YangJingqii added needs triage Mark for review and label assignment t:ask Type: question, request of information 1 labels Sep 3, 2024
@ivan-aksamentov
Copy link
Member

ivan-aksamentov commented Sep 3, 2024

Hi @YangJingqii,

QC configuration can be provided in pathogen.json file under qc field (docs are here, but slightly outdated). You pass the file path to the --input-pathogen-json (-p) CLI argument.

While the format is not well-documented, you can check examples of known working pathogen.json in the existing datasets: in our data repo or by downloading them through CLI - they are the same. For example the current QC config for nextstrain/rsv/a/EPI_ISL_412866 dataset is here.

@ivan-aksamentov ivan-aksamentov removed the needs triage Mark for review and label assignment label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:ask Type: question, request of information 1
Projects
None yet
Development

No branches or pull requests

2 participants