TrinityCTAT / ctat-mutations

Mutation detection using GATK4 best practices and latest RNA editing filters resources. Works with both Hg38 and Hg19
https://github.com/TrinityCTAT/ctat-mutations
Other
71 stars 19 forks source link

added support for --variant_ready_bam to skip over all the bam proces… #89

Closed brianjohnhaas closed 3 years ago

brianjohnhaas commented 3 years ago

allow for using --variant_ready_bam bams (so no need for splitNcigar, etc.) and just call variants.

also, included "haplotype_caller_xtra_args" parameter so we can add custom parameters to the haplotypecaller step.