Mercurial > repos > iuc > package_blat_35x1
diff tool_dependencies.xml @ 6:f2c521dc5ee5 draft
Uploaded
| author | bgruening |
|---|---|
| date | Thu, 30 Jan 2014 09:26:53 -0500 |
| parents | dcd540eba336 |
| children | 55c2bd97f6b9 |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Jan 30 09:09:36 2014 -0500 +++ b/tool_dependencies.xml Thu Jan 30 09:26:53 2014 -0500 @@ -8,7 +8,7 @@ The source packages are versioned and are stored for a long time. --> <action type="download_by_url" target_filename="blatSrc.zip">http://hgwdev.cse.ucsc.edu/~kent/src/blatSrc35.zip</action> - <action type="shell_command">export HOME=$INSTALL_DIR && mkdir -p $HOME/bin/`uname -m` && make MACHTYPE=`uname -m` && mv $HOME/bin/`uname -m`/* $HOME/bin/ && rm $HOME/.ccache/</action> + <action type="shell_command">export HOME=$INSTALL_DIR && mkdir -p $HOME/bin/`uname -m` && make MACHTYPE=`uname -m` && mv $HOME/bin/`uname -m`/* $HOME/bin/ && rm $HOME/bin/.ccache/</action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable> <environment_variable name="BLAT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
