annotate README @ 19:d1a88bdaa80a draft

remove thread options from realigner_target_creator.xml
author Jim Johnson <jj@umn.edu>
date Fri, 28 Dec 2012 11:08:23 -0600
parents 7533db8dfb5b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
74c05070a3f8 Uploaded
jjohnson
parents:
diff changeset
1 The gatk2_sorted_picard_index.loc and gatk2_annotations.txt files must be
74c05070a3f8 Uploaded
jjohnson
parents:
diff changeset
2 copied into the tool-data directory. The file tool_data_table_conf.xml must
74c05070a3f8 Uploaded
jjohnson
parents:
diff changeset
3 be edited to include references to these two new files.
74c05070a3f8 Uploaded
jjohnson
parents:
diff changeset
4
18
7533db8dfb5b Update tool_dependencies to GATK v 2.3
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
5 GATK can be installed via tool_dependencies.
7533db8dfb5b Update tool_dependencies to GATK v 2.3
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
6 This will install GenomeAnalysisTKLite.jar from ftp://ftp.broadinstitute.org/pub/gsa/GenomeAnalysisTK/
7533db8dfb5b Update tool_dependencies to GATK v 2.3
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
7 and create a symbolic link from GenomeAnalysisTK.jar to GenomeAnalysisTKLite.jar
0
74c05070a3f8 Uploaded
jjohnson
parents:
diff changeset
8
18
7533db8dfb5b Update tool_dependencies to GATK v 2.3
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
9 If you have a full licensed copy of GenomeAnalysisTK.jar, change the GenomeAnalysisTK.jar symbolic link
7533db8dfb5b Update tool_dependencies to GATK v 2.3
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
10 in the installation directory to point to your licensed copy.
7533db8dfb5b Update tool_dependencies to GATK v 2.3
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
11
7533db8dfb5b Update tool_dependencies to GATK v 2.3
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
12 Two environment variables: GATK2_SITE_OPTIONS and GATK2_THREAD_OPTIONS are also set in the tool_dependencies env.sh file.
7533db8dfb5b Update tool_dependencies to GATK v 2.3
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
13 You can alter the value of those variables for your site.
7533db8dfb5b Update tool_dependencies to GATK v 2.3
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
14 $ cat tool_dependencies/gatk/2.2/*/gatk2/*/env.sh
7533db8dfb5b Update tool_dependencies to GATK v 2.3
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
15 GATK2_PATH=/Users/jj/gxt/gxt/tool_dependencies/gatk/2.2/jimmy/gatk2/288cdae6bd9c; export GATK2_PATH
7533db8dfb5b Update tool_dependencies to GATK v 2.3
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
16 GATK2_SITE_OPTIONS="--phone_home STANDARD"; export GATK2_SITE_OPTIONS
7533db8dfb5b Update tool_dependencies to GATK v 2.3
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
17 GATK2_THREAD_OPTIONS="--num_threads 4 --num_cpu_threads_per_data_thread 3"; export GATK2_THREAD_OPTIONS
7533db8dfb5b Update tool_dependencies to GATK v 2.3
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
18
7533db8dfb5b Update tool_dependencies to GATK v 2.3
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
19