Mercurial > repos > fcaramia > contra
comparison tool_dependencies.xml @ 14:2f78991873a4
Uploaded
author | fcaramia |
---|---|
date | Tue, 11 Dec 2012 18:07:55 -0500 |
parents | f521f05bc6f5 |
children | f4345d10e1ad |
comparison
equal
deleted
inserted
replaced
13:f521f05bc6f5 | 14:2f78991873a4 |
---|---|
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" target_filename="BEDTools.v2.17.0.tar.gz">http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action> |
7 <action type="shell_command">tar -zxvf bedtools-2.17.0.tar.gz </action> | 7 <action type="shell_command">tar -zxvf BEDTools.v2.17.0.tar.gz </action> |
8 <action type="shell_command">cd bedtools-2.17.0</action> | 8 <action type="shell_command">cd bedtools-2.17.0</action> |
9 <action type="shell_command">make clean</action> | 9 <action type="shell_command">make clean</action> |
10 <action type="shell_command">make all</action> | 10 <action type="shell_command">make all</action> |
11 <action type="move_directory_files"> | 11 <action type="move_directory_files"> |
12 <source_directory>bin</source_directory> | 12 <source_directory>bin</source_directory> |