To samtools-help@lists.sourceforge.net,

I'm trying to call 24 Sequenom SNPs across 57 crams. I was expecting it to take 
less than a minute, but it's been running for more than 15 minutes now. Is 
there a way to quickly call a small number of selected positions from indexed 
crams? This can be achieved with GATK, but samtools seems to be looping over 
the entire cram file or doing something else. Below is my command line. What do 
I need to add to make it faster and restrict the reading to the relevant reads 
in the bam file? Optionally I'll just extract the relevant reads from the cram 
files and generate a new set of crams to be used as input for mpileup.

$samtools mpileup -f $ref -l fluidigm.sites.txt -b cram.list -ug \
 | $bcftools call --ploidy GRCh38 -mO z -o $vcf

Thanks,
Tommy
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Samtools-help mailing list
Samtools-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/samtools-help

Reply via email to