Changes between Version 4 and Version 5 of SOP/CallingVariantsRNAseq
- Timestamp:
- 08/15/17 09:53:01 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/CallingVariantsRNAseq
v4 v5 6 6 7 7 == Using GATK to call variants from RNA-seq reads == 8 This example pipeline starts with a single-end short-read fastq file (Reads_1.fq). 9 \\ \\ 10 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).\\ 11 For example, this can be added to ~/.bashrc: \\ 12 export PATH=/usr/lib/jvm/java-7-openjdk-amd64/bin:$PATH 13 \\ \\