This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Dealing with a large sample for variant calling

I have a large number of samples. Like a 100 samples at least (plus these are paired end reads). I aim to call variants on these samples and then predict their effects on protein structure dynamics.

The only way that seems possible for now is to align each sample individually, pre-process them individually, call on them individually and then combine them into a gvcf for analysis.

This however, seems very time intensive and computationally cumbersome. What would be the alternatives to this ?

I'm currently using standard bash script commands and plan to use various tools, viz. GATK, freebayes, varscan 2, pindel, etc.

ngs alignment variant-calling joint-calling

1 answer

This however, seems very time intensive and computationally cumbersome. What would be the alternatives to this ?

GATK hapcaller in gvcf mode: https://software.broadinstitute.org/gatk/documentation/article.php?id=3893

enter image description here

Log in to answer this question.