Mercurial > repos > zzhou > bamedit
comparison tool_dependencies.xml @ 95:1b8b1c9cf1a8 draft
Uploaded
| author | zzhou |
|---|---|
| date | Tue, 27 Nov 2012 15:12:54 -0500 |
| parents | 50d521cfc56e |
| children | efce52f9ede5 |
comparison
equal
deleted
inserted
replaced
| 94:50d521cfc56e | 95:1b8b1c9cf1a8 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <set_environment version="1.0"> | 3 <set_environment version="1.0"> |
| 4 <environment_variable name="SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> | 4 <environment_variable name="SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> |
| 5 </set_environment> | 5 </set_environment> |
| 6 <package name="samtools" version="0.1.18"> | 6 <package name="samtools" version="0.1.12"> |
| 7 <install version="1.0"> | 7 <install version="1.0"> |
| 8 <actions> | 8 <actions> |
| 9 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.18/samtools-0.1.18.tar.bz2</action> | 9 <action type="download_by_url">http://ec2-184-73-120-244.compute-1.amazonaws.com/modENCODE_Galaxy/tool_dependencies/samtools/samtools</action> |
| 10 <action type="shell_command">sed -i.bak -e 's/-lcurses/-lncurses/g' Makefile</action> | 10 <action type="shell_command">chmod ago+x samtools</action> |
| 11 <action type="shell_command">make</action> | |
| 12 <action type="move_file"> | 11 <action type="move_file"> |
| 13 <source>samtools</source> | 12 <source>samtools</source> |
| 14 <destination>$INSTALL_DIR/bin</destination> | 13 <destination>$INSTALL_DIR/bin</destination> |
| 15 </action> | 14 </action> |
| 15 | |
| 16 <action type="download_by_url">http://ec2-184-73-120-244.compute-1.amazonaws.com/modENCODE_Galaxy/tool_dependencies/samtools/maq2sam-long</action> | |
| 17 <action type="shell_command">chmod ago+x maq2sam-long </action> | |
| 16 <action type="move_file"> | 18 <action type="move_file"> |
| 17 <source>misc/maq2sam-long</source> | 19 <source>maq2sam-long</source> |
| 18 <destination>$INSTALL_DIR/bin</destination> | 20 <destination>$INSTALL_DIR/bin</destination> |
| 19 </action> | 21 </action> |
| 20 <action type="set_environment"> | 22 <action type="set_environment"> |
| 21 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 23 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
| 22 </action> | 24 </action> |
