Thanks, that's a really good paper. It also looks like the software is being maintained and they are keeping up with new versions of variant callers and variant annotation tools.
What is the cost of calling variants for a human whole genome sequencing at 30x depth in the cloud?
To be more specific, what is the cost of the following:
- Uploading a bam or cram file to the cloud service.
- Generating a final vcf.gz with the variant information in it.
- Downloading the vcf.gz file.
1 answer
If the .bam file was provided to you, then you might want to ask that company / core about analysis suggestions. There are many variant annotation programs (SeattleSNP, wANNOVAR, etc.) that are free on the web, but you'll need to call the variants first (using VarScan, GATK, etc.).
There was a paper recently published for STORMSeq:
It estimated the cost for processing a WGS sample to be ~$30, starting from the .fastq files and ending with the variant annotations..
Galaxy provides some NGS analysis tools (for free), but you'd probably want to use a local mirror (if possible). Otherwise, it will be very slow (and there may be a maximum time limit, I've never tried to use it for large datasets):
Log in to answer this question.