Mercurial > repos > david-hoover > garbage1
annotate README @ 13:e3fea7ea1aaa draft
Uploaded
author | david-hoover |
---|---|
date | Wed, 12 Sep 2012 17:59:17 -0400 |
parents | |
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 |