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

[feature request] Genotyping more than 500 samples #34

Open
Sherry520 opened this issue Dec 19, 2020 · 3 comments
Open

[feature request] Genotyping more than 500 samples #34

Sherry520 opened this issue Dec 19, 2020 · 3 comments

Comments

@Sherry520
Copy link

Sherry520 commented Dec 19, 2020

I need to make a genotyping more than 500 samples, I hope the software can add this feature

@jonassibbesen
Copy link
Contributor

Hi, due to how the genotyping algorithm is designed it will unfortunately not scale well too that many samples. What you could do instead is to combine all predicted variants across all 500 samples and then run BayesTyper on each sample independently or in batches using this combined variants set. See here for more information: https://github.com/bioinformatics-centre/BayesTyper/wiki/Executing-BayesTyper-on-sample-batches

Please let me know if you have any other questions.

@Sherry520
Copy link
Author

@jonassibbesen I followed the method “Executing BayesTyper on sample batches” to genotyping my samples, when I Combine the the batch vcf files using bcftools merge, Error occured:
Failed to open bayestyper_rmdup_DH_00_unit_1/bayestyper-sk-b73.vcf.gz: not compressed with bgzip
it seems like bayestypre use gzip to commpress the vcf files, But bcftools require bgzip commpressed vcf files

@jonassibbesen
Copy link
Contributor

Thank you for mentioning this. I have updated the wiki with an additional bgzip compression step.

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

No branches or pull requests

2 participants