Mercurial > repos > jjohnson > gatk2
comparison tool_dependencies.xml @ 15:35c6289faeff draft
Update tool_dependecies to GenomeAnalysisTKLite-2.2-8-g99996f2.tar.bz2
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Thu, 15 Nov 2012 10:17:22 -0600 |
parents | 24504f5cac5e |
children | 7533db8dfb5b |
comparison
equal
deleted
inserted
replaced
14:d73c92a7b0ea | 15:35c6289faeff |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
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-2.2-8-g99996f2.tar.bz2</action> |
7 <!-- this expands into GenomeAnalysisTKLite-2.2-3-g63dddfb/ | |
8 which common_util.py tar_extraction_directory() does not find | |
9 so the move file must contain the GenomeAnalysisTKLite-2.2-3-g63dddfb dir path | |
10 --> | |
11 <action type="move_file"> | 7 <action type="move_file"> |
12 <source>GenomeAnalysisTKLite-2.2-3-g63dddfb/GenomeAnalysisTKLite.jar</source> | 8 <source>GenomeAnalysisTKLite.jar</source> |
13 <destination>$INSTALL_DIR</destination> | 9 <destination>$INSTALL_DIR</destination> |
14 </action> | 10 </action> |
15 <action type="shell_command">ln -s GenomeAnalysisTKLite.jar GenomeAnalysisTK.jar</action> | 11 <action type="shell_command">ln -s GenomeAnalysisTKLite.jar GenomeAnalysisTK.jar</action> |
16 <action type="move_file"> | 12 <action type="move_file"> |
17 <source>GenomeAnalysisTK.jar</source> | 13 <source>GenomeAnalysisTK.jar</source> |