Mercurial > repos > matt-shirley > ncbi_sra_toolkit
changeset 26:7d80b2b24270
Set config values for caching.
author | Matt Shirley <mdshw5@gmail.com> |
---|---|
date | Mon, 30 Mar 2015 22:11:38 -0400 |
parents | 393a04ec0fa9 |
children | 8be4f23d1018 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Mar 30 21:57:40 2015 -0400 +++ b/tool_dependencies.xml Mon Mar 30 22:11:38 2015 -0400 @@ -24,7 +24,8 @@ make make install cd $INSTALL_DIR/bin - ./vdb-config -s "cache-enabled = false" + ./vdb-config -s "/repository/user/main/public/cache-enabled=false" + ./vdb-config -s "/repository/user/main/public/root=$INSTALL_DIR" </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>