Mercurial > repos > jjohnson > gatk2
comparison tool_dependencies.xml @ 1:9b8e2a158073 draft
Fix typo in unified_genotyper.xml, add dir path in tool_dependencies.xml
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Thu, 01 Nov 2012 13:44:41 -0500 |
parents | 74c05070a3f8 |
children | a65944bad5c1 |
comparison
equal
deleted
inserted
replaced
0:74c05070a3f8 | 1:9b8e2a158073 |
---|---|
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="gatk" version="2.2"> | 3 <package name="gatk" version="2.2"> |
4 <install version="1.0"> | 4 <install version="1.0"> |
5 <actions> | 5 <actions> |
6 <action type="download_by_url">ftp://ftp.broadinstitute.org/pub/gsa/GenomeAnalysisTK/GenomeAnalysisTKLite-latest.tar.bz2</action> | 6 <action type="download_by_url">ftp://ftp.broadinstitute.org/pub/gsa/GenomeAnalysisTK/GenomeAnalysisTKLite-latest.tar.bz2</action> |
7 <!-- this expands into GenomeAnalysisTKLite-2.2-2-gd3f5a5e/ | |
8 which common_util.py tar_extraction_directory() does not find | |
9 so the move file must contain the GenomeAnalysisTKLite-2.2-2-gd3f5a5e dir path | |
10 --> | |
7 <action type="move_file"> | 11 <action type="move_file"> |
8 <source>GenomeAnalysisTKLite.jar</source> | 12 <source>GenomeAnalysisTKLite-2.2-2-gd3f5a5e/GenomeAnalysisTKLite.jar</source> |
9 <destination>$INSTALL_DIR/GenomeAnalysisTK.jar</destination> | 13 <destination>$INSTALL_DIR/GenomeAnalysisTK.jar</destination> |
10 </action> | 14 </action> |
11 <action type="set_environment"> | 15 <action type="set_environment"> |
12 <environment_variable name="GATK2_PATH" action="set_to">$INSTALL_DIR</environment_variable> | 16 <environment_variable name="GATK2_PATH" action="set_to">$INSTALL_DIR</environment_variable> |
13 </action> | 17 </action> |