# HG changeset patch # User david-hoover # Date 1347487259 14400 # Node ID 21a002327de5edd05ae273d5adab0e471f531926 # Parent 47437865774d4cae81c640748cadff35f787a800 Uploaded diff -r 47437865774d -r 21a002327de5 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Wed Sep 12 18:00:59 2012 -0400 @@ -0,0 +1,12 @@ +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. + +Additionally, copies of or links to the GenomeAnalysisTK.jar and key file +must be made within the directory tool-data/shared/jars/gatk2. + + cd ${GALAXY_DATA_INDEX_DIR}/shared/jars + mkdir gatk2 + cd gatk2 + ln -s /path/to/wherever/GenomeAnalysisTK.jar . + ln -s /path/to/wherever/key.file gatk2_key_file