Mercurial > repos > david-hoover > garbage1
annotate README @ 33:642c7f54431a draft default tip
Uploaded
author | david-hoover |
---|---|
date | Thu, 20 Sep 2012 13:23:44 -0400 |
parents | e3fea7ea1aaa |
children |
rev | line source |
---|---|
13 | 1 The gatk2_sorted_picard_index.loc and gatk2_annotations.txt files must be |
2 copied into the tool-data directory. The file tool_data_table_conf.xml must | |
3 be edited to include references to these two new files. | |
4 | |
5 Additionally, copies of or links to the GenomeAnalysisTK.jar and key file | |
6 must be made within the directory tool-data/shared/jars/gatk2. | |
7 | |
8 cd ${GALAXY_DATA_INDEX_DIR}/shared/jars | |
9 mkdir gatk2 | |
10 cd gatk2 | |
11 ln -s /path/to/wherever/GenomeAnalysisTK.jar . | |
12 ln -s /path/to/wherever/key.file gatk2_key_file |