-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GATK indel realigner error in mtDNA variant calling pipeline #12
Comments
why bother using GATK to call mtDNA variants? for indel realignment? Is it's not like we need haplotype calls here... my experience with GATK has --t On Mon, Jun 27, 2016 at 7:59 PM, Asif Zubair [email protected]
|
Yes, For the actual variant calling, we are using the method in this paper. |
I wonder if you could use FreeBayes or something like that and skip GATK. --t On Tue, Jun 28, 2016 at 1:39 PM, Asif Zubair [email protected]
|
Can FreeBayes do indel realignment ? |
Yes, although you may have to talk to EWG about how it can/cannot deal with https://github.com/ekg/freebayes The up side would be that you wouldn't have to jerk around with GATK as it --t On Thu, Jul 28, 2016 at 3:11 AM, Asif Zubair [email protected]
|
yup, the ploidy support is really attractive. also, GATK seems to not want to play nice. |
GATK is bad news in a great many respects. Don't use it if you can help it --t On Thu, Jul 28, 2016 at 2:38 PM, Asif Zubair [email protected]
|
GATK is throwing an error because it complains about ReadGroups. This BioStar might have some solutions on how to overcome this.
The text was updated successfully, but these errors were encountered: