What WGS variant callers are faster than samtools?
It takes several hours to generate VCF file using samtools mpileup.
What WGS variant callers are faster than samtools?
It takes several hours to generate VCF file using samtools mpileup.
You can also try Platypus, but then I guess if you have sufficient computational resources, Pierre Lindenbaum's suggestion of splitting by chromosome will be the easiest way to speed things up.
You could try BALSA or FermiKit.
You could try describing your problem in more detail to get more useful answers. And you should consider not posting several broad questions on a short period, this may lead to people ignoring your posts and / or your account being suspended.
edit: I am not a moderator and this is a suggestion based on me observing other accounts being closed by such behaviour (posting several broad questions per day).
FreeBayes and VarScan2 are two additional variant callers you can try.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
"It takes several hours to generate VCF file using samtools mpileup." : split your analysis and parallelize by chromosome
How do you exactly do this?