bcbio / bcbio-nextgen

Validated, scalable, community developed variant calling, RNA-seq and small RNA analysis
https://bcbio-nextgen.readthedocs.io
MIT License
994 stars 354 forks source link

Mutect + scalpel performance issue #597

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi Brad,

Recently I keep running bcbio with two whole genome sequence samples with 50X on AWS virtual machine (32 cores + 60GB RAM). It takes 4 days for mutect + scalpel to process 4 chromosomes. I checked the cpu usage of that machine, and mutect+scalpel is using all cpu resource. But when I use bcbio + freebayes or bcbio + varscan to process the same dataset, it only took 20 hours to finish variants calling. I am not sure if there is a way to improve the speed of mutect + scalpel or use mutect + other indel callers.

Thanks, Guorong

ghost commented 10 years ago

587 answered my question. Thanks