Mercurial > repos > jjohnson > gatk2
comparison tool_dependencies.xml @ 3:0edf813146d8 draft
tool_dependencies.xml - fix move_file and add symlink
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Thu, 01 Nov 2012 14:19:38 -0500 |
parents | a65944bad5c1 |
children | 5b2009fcf2ad |
comparison
equal
deleted
inserted
replaced
2:a65944bad5c1 | 3:0edf813146d8 |
---|---|
10 --> | 10 --> |
11 <action type="move_file"> | 11 <action type="move_file"> |
12 <source>GenomeAnalysisTKLite-2.2-2-gd3f5a5e/GenomeAnalysisTKLite.jar</source> | 12 <source>GenomeAnalysisTKLite-2.2-2-gd3f5a5e/GenomeAnalysisTKLite.jar</source> |
13 <destination>$INSTALL_DIR</destination> | 13 <destination>$INSTALL_DIR</destination> |
14 </action> | 14 </action> |
15 <action type="shell_command">ln -s $INSTALL_DIR/GenomeAnalysisTKLite.jar GenomeAnalysisTK.jar</action> | 15 <action type="shell_command">ln -s GenomeAnalysisTKLite.jar GenomeAnalysisTK.jar</action> |
16 <action type="move_file"> | |
17 <source>GenomeAnalysisTK.jar</source> | |
18 <destination>$INSTALL_DIR</destination> | |
19 </action> | |
16 <action type="set_environment"> | 20 <action type="set_environment"> |
17 <environment_variable name="GATK2_PATH" action="set_to">$INSTALL_DIR</environment_variable> | 21 <environment_variable name="GATK2_PATH" action="set_to">$INSTALL_DIR</environment_variable> |
18 </action> | 22 </action> |
19 <action type="set_environment"> | 23 <action type="set_environment"> |
20 <environment_variable name="GATK2_SITE_OPTIONS" action="set_to">--num_threads 4 --num_cpu_threads_per_data_thread 3 --phone_home STANDARD</environment_variable> | 24 <environment_variable name="GATK2_SITE_OPTIONS" action="set_to">--num_threads 4 --num_cpu_threads_per_data_thread 3 --phone_home STANDARD</environment_variable> |