You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jonas Andreas Sibbesen edited this page Jan 28, 2021
·
9 revisions
It is currently only possible to run BayesTyper on 30 samples at the time. Hence, to run on more samples:
Generate a set of variant candidates across all samples
Run BayesTyper on batches of 30 samples or less using variant candidates from all samples as variant input
Compress output vcf file from each batch using bgzip (BayesTyper can only output gzip compressed files which is not supported by bcftools)
Combine the the batch vcf files using bcftools merge --filter-logic x --info-rules ACP:max -O z -o <output_prefix>.vcf.gz <bayestyper_batch_1.vcf.gz> <bayestyper_batch_2.vcf.gz> ...
Important: Please note that non PASS filters are not guaranteed to be consistent after merging