comparison tool_dependencies.xml @ 2:f59058e92ed7 draft default tip

Adding SHA256 checksum
author peterjc
date Thu, 29 Sep 2016 06:47:27 -0400
parents 8bacc25e2023
children
comparison
equal deleted inserted replaced
1:8bacc25e2023 2:f59058e92ed7
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="gmap" version="2013-05-09"> 3 <package name="gmap" version="2013-05-09">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url" target_filename="gmap-2013-05-09.tar.gz">http://research-pub.gene.com/gmap/src/gmap-gsnap-2013-05-09.tar.gz</action> 6 <action type="download_by_url" target_filename="gmap-2013-05-09.tar.gz" sha256sum="6be7be49ccfd72ef1d0954fad8c7c7e33f278166c9fc2485171702aff2aeb45f">http://research-pub.gene.com/gmap/src/gmap-gsnap-2013-05-09.tar.gz</action>
7 <action type="shell_command"> ./configure --prefix=$INSTALL_DIR --with-gmapdb=$INSTALL_DIR/gmapdb</action> 7 <action type="shell_command"> ./configure --prefix=$INSTALL_DIR --with-gmapdb=$INSTALL_DIR/gmapdb</action>
8 <action type="shell_command">make</action> 8 <action type="shell_command">make</action>
9 <action type="shell_command">make install</action> 9 <action type="shell_command">make install</action>
10 <action type="set_environment"> 10 <action type="set_environment">
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>