Mercurial > repos > fcaramia > contra
comparison tool_dependencies.xml @ 18:ca815579053d
Uploaded
author | fcaramia |
---|---|
date | Sun, 16 Dec 2012 18:01:39 -0500 |
parents | 1db7b15823ca |
children | c16f0f778211 |
comparison
equal
deleted
inserted
replaced
17:1db7b15823ca | 18:ca815579053d |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="bedtools" version="2.17.0"> | 3 <package name="bedtools" version="2.17.0"> |
4 <install version="1.0"> | 4 <install version="1.0"> |
5 <actions> | 5 <actions> |
6 <action type="download_by_url" target_filename="bedtools-2.17.0.tar.gz" >http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action> | 6 <action type="download_by_url" >http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action> |
7 <action type="shell_command">make all</action> | 7 <action type="shell_command">make all</action> |
8 <action type="move_directory_files"> | 8 <action type="move_directory_files"> |
9 <source_directory>bin</source_directory> | 9 <source_directory>bin</source_directory> |
10 <destination_directory>$INSTALL_DIR/bin</destination_directory> | 10 <destination_directory>$INSTALL_DIR/bin</destination_directory> |
11 </action> | 11 </action> |