Hi I have 150 samples. Now I have completed the mapping step and got the final BAM file. At present, I need to call SNP. Using angsd software, but has not been successful (run was killed), do not know what reason. I also learned that samtools and gatk software can call SNP, but it will take at least a month. So what other software can call SNP for a large number of samples in a short time?
2 answers
Create a GVCF file for each samples in a 'small genomic region" with gatk haplotypecaller in GVCF mode, Combine the GVCFs with gatk CombineGVCFs and create the final vcf with gatk GenotypeGVCFs.
...see the "GATK best practices".
I totally agree with what Pierre recommend above. It definitely won't take a month if you know how to go through the GATK workflow. I would say a couple of days for WGS data. To speed it up, you can also split your regions of interested into many smaller BED files (e.g. split the whole genome BED to chromosome-level BED) and run jobs in parallel.
Log in to answer this question.
These are whole-genome BAMs? Please add more information
Yes, they're all whole-genome BAMs.