Updating to Reggie 4.13
Genotyping with HaplotypeCaller in the Hisat pipeline
In reggie-config.xml
the following changes are required (included in the default configuration that is shipped with Reggie):
- In the
<programs>
section, a<java>
sub-section should be added with the full<path>
to a Java executable. It must be at least Java 8 since GATK will not work with earlier versions.
- In the
<programs>
section, a<gatk>
sub-section should be added with the full<path>
to the Genome Analysis Toolkit JAR file (https://software.broadinstitute.org/gatk/download/).
- In the
<align-hisat>
section, three new configuration options need to be added:<haplotypecaller-ref>
: Path to FASTA file used to create the reference that Hisat is aligning against.<haplotypecaller-dbsnp>
: Path to a VCF file with SNP definitions that we are looking for.<haplotypecaller-options>
: Other static options for the HaploypeCaller.
Note that the paths are relative the
<reference-dir>
directory.
Last modified
7 years ago
Last modified on Nov 23, 2017, 8:27:30 AM
Note:
See TracWiki
for help on using the wiki.