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
where ${COVID_REF} is a FASTA reference genome (I use https://www.ncbi.nlm.nih.gov/assembly/GCF_009858895.2/ ), ${BAMLIST} is a one per line list of SAM/BAM/CRAM files to genotype, and ${PRIMERS.BEDPE} is a BEDPE formatted file containing all pairs of primers used when sequencing.
Additionally, if you know of a certain set of variants that aren't discovered with graphtyper you may try adding them as a prior using "--prior_vcf=prior.vcf.gz" (must be bgzipped and tabix indexed).
Limitations
primers are assumed to match the reference sequence you use.
graphtyper makes diploid calls in the GT and PL fields but you can use the AD field with the threshold you want to get haploid calls.