Changes between Version 7 and Version 8 of SOPs/variant_calling_GATK
- Timestamp:
- 02/05/14 13:34:34 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/variant_calling_GATK
v7 v8 10 10 export PATH=/usr/lib/jvm/java-7-openjdk-amd64/bin:$PATH 11 11 \\ \\ 12 Also note that GATK is not designed to use RNA-Seq data, in particular reads that are mapped across splice junctions. If one still wants to use GATK for experiments of this type, one needs to do one of the following: 13 * remove reads that map across splice junctions (e.g., those containing 'N' in the CIGAR string 14 * map with a non-splice mapper (like bwa or bowtie, rather than tophat) 15 * run GATK with the '--filter_reads_with_N_cigar' option 16 12 17 1 - '''Index the reference genome.''' [Need to do just once, with [[http://samtools.sourceforge.net/samtools.shtml|samtools]].] 13 18 * samtools faidx /path/to/genome/genome.fa