Can anyone share me a good GATK4 workflow, I Couldnt find anything good that explanins the process in a crisp and easy way.
Can anyone share me a good GATK4 workflow, I Couldnt find anything good that explanins the process in a crisp and easy way.
Completly, agree - there's a real lack of clarity when it comes to documentation of some tools and options. And it's only trolling through dozens of forum posts on any number of issues that you can begin to troubleshoot common issues. Example workflows won't resolve those headaches but the following resources may help you get started.
If you're looking for a streamlined yet comprehensive explanation of GATK4 and the main Best Practices workflows, you may be interested in the O'Reilly book I co-authored called Genomics in the Cloud. (The cloud part is secondary, all the GATK-focused explanations are applicable pretty much regardless of where you will run the workflows).
I don't think you'd find many better resources for GATK4 than those provided by the Broad Institute themselves. Check out the getting started page and the best practices described within.
There are several example scripts online for GATK pipeline. May not be the best, crisp and easy way. Here is GATK workflow for variant calling in RNAseq (https://ssvbio.github.io/rna-seq-and-gatk-best-practices). Probably applicable for WGS and WES for human samples.
Just to add to the growing list. Here is a Snakemake workflow I created to call germline mutations using GATKs best practice guidelines. Maybe it helps you.
https://github.com/nickhir/GermlineMutationCalling
Cheers!
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
is your goal to run it or understand it? ideally both I'm sure but in reality these may be somewhat opposing goals
I am actually trying to run it and then by practise learn what everything does.
I will look into it. Thank you.