Mercurial > repos > jjohnson > gatk2
view README @ 28:6ef8eb568700 draft
Move GATK tool_dependency to a repository dependency, use 2 env vars: GATK2_NUM_THREADS and GATK2_NUM_CPU_THREADS for site threading values
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Mon, 18 Feb 2013 15:48:46 -0600 |
parents | 7533db8dfb5b |
children |
line wrap: on
line source
The gatk2_sorted_picard_index.loc and gatk2_annotations.txt files must be copied into the tool-data directory. The file tool_data_table_conf.xml must be edited to include references to these two new files. GATK can be installed via tool_dependencies. This will install GenomeAnalysisTKLite.jar from ftp://ftp.broadinstitute.org/pub/gsa/GenomeAnalysisTK/ and create a symbolic link from GenomeAnalysisTK.jar to GenomeAnalysisTKLite.jar If you have a full licensed copy of GenomeAnalysisTK.jar, change the GenomeAnalysisTK.jar symbolic link in the installation directory to point to your licensed copy. Two environment variables: GATK2_SITE_OPTIONS and GATK2_THREAD_OPTIONS are also set in the tool_dependencies env.sh file. You can alter the value of those variables for your site. $ cat tool_dependencies/gatk/2.2/*/gatk2/*/env.sh GATK2_PATH=/Users/jj/gxt/gxt/tool_dependencies/gatk/2.2/jimmy/gatk2/288cdae6bd9c; export GATK2_PATH GATK2_SITE_OPTIONS="--phone_home STANDARD"; export GATK2_SITE_OPTIONS GATK2_THREAD_OPTIONS="--num_threads 4 --num_cpu_threads_per_data_thread 3"; export GATK2_THREAD_OPTIONS