Mercurial > repos > matt-shirley > ncbi_sra_toolkit
comparison tool_dependencies.xml @ 24:22d9fe442c50
This is coming together.
author | Matt Shirley <mdshw5@gmail.com> |
---|---|
date | Mon, 30 Mar 2015 21:33:57 -0400 |
parents | b94593ba997b |
children | 393a04ec0fa9 |
comparison
equal
deleted
inserted
replaced
23:b94593ba997b | 24:22d9fe442c50 |
---|---|
13 LD_LIBRARY_PATH=LD_LIBRARY_PATH:$INSTALL_DIR/lib64:$INSTALL_DIR/lib | 13 LD_LIBRARY_PATH=LD_LIBRARY_PATH:$INSTALL_DIR/lib64:$INSTALL_DIR/lib |
14 cd $INSTALL_DIR/src/ncbi-vdb | 14 cd $INSTALL_DIR/src/ncbi-vdb |
15 ./configure --prefix=$INSTALL_DIR --build-prefix=$INSTALL_DIR/build | 15 ./configure --prefix=$INSTALL_DIR --build-prefix=$INSTALL_DIR/build |
16 make | 16 make |
17 make install | 17 make install |
18 cd $INSTALL_DIR/ngs/ngs-sdk | 18 cd $INSTALL_DIR/src/ngs/ngs-sdk |
19 ./configure --prefix=$INSTALL_DIR --build-prefix=$INSTALL_DIR/build | 19 ./configure --prefix=$INSTALL_DIR --build-prefix=$INSTALL_DIR/build |
20 make | 20 make |
21 make install | 21 make install |
22 cd $INSTALL_DIR/src/sra-tools | 22 cd $INSTALL_DIR/src/sra-tools |
23 ./configure --prefix=$INSTALL_DIR --build-prefix=$INSTALL_DIR/build --with-ncbi-vdb-build=$INSTALL_DIR/build --with-ncbi-vdb-sources=$INSTALL_DIR/src/ncbi-vdb --with-ngs-sdk-prefix=$INSTALL_DIR | 23 ./configure --prefix=$INSTALL_DIR --build-prefix=$INSTALL_DIR/build --with-ncbi-vdb-build=$INSTALL_DIR/build --with-ncbi-vdb-sources=$INSTALL_DIR/src/ncbi-vdb --with-ngs-sdk-prefix=$INSTALL_DIR |
24 make | 24 make |
25 make install | 25 make install |
26 sed -i -e "s|\$(HOME)|$INSTALL_DIR|g" -e "s|cache-enabled = \"true\"|cache-enabled = \"false\"|" $INSTALL_DIR/lib64/ncbi/default.kfg | 26 cd $INSTALL_DIR/bin |
27 ./vdb-config -s "cache-enabled = false" | |
27 </action> | 28 </action> |
28 <action type="set_environment"><environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable></action> | 29 <action type="set_environment"><environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable></action> |
29 </actions> | 30 </actions> |
30 </install> | 31 </install> |
31 <readme> | 32 <readme> |