wiki:SOP/CallingVariantsRNAseq

Version 5 (modified by krichard, 7 years ago) ( diff )

--

Notes on calling variants in RNA-seq data with GATK

Using GATK to call variants from RNA-seq reads

This example pipeline starts with a single-end short-read fastq file (Reads_1.fq).

Note that GATK requires Java 1.7 (so you may need to adjust your path to point to that version, if an older version is the default).
For example, this can be added to ~/.bashrc:
export PATH=/usr/lib/jvm/java-7-openjdk-amd64/bin:$PATH

Note: See TracWiki for help on using the wiki.