Mercurial > repos > matt-shirley > ncbi_sra_toolkit
comparison tool_dependencies.xml @ 23:b94593ba997b
Can't use concurrency.
author | Matt Shirley <mdshw5@gmail.com> |
---|---|
date | Mon, 30 Mar 2015 21:23:35 -0400 |
parents | 4102c1600aa0 |
children | 22d9fe442c50 |
comparison
equal
deleted
inserted
replaced
22:4102c1600aa0 | 23:b94593ba997b |
---|---|
11 git clone https://github.com/mdshw5/ncbi-vdb.git | 11 git clone https://github.com/mdshw5/ncbi-vdb.git |
12 git clone https://github.com/mdshw5/ngs.git | 12 git clone https://github.com/mdshw5/ngs.git |
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 -j2 | 16 make |
17 make install | 17 make install |
18 cd $INSTALL_DIR/ngs/ngs-sdk | 18 cd $INSTALL_DIR/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 -j2 | 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 -j2 | 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 sed -i -e "s|\$(HOME)|$INSTALL_DIR|g" -e "s|cache-enabled = \"true\"|cache-enabled = \"false\"|" $INSTALL_DIR/lib64/ncbi/default.kfg |
27 </action> | 27 </action> |
28 <action type="set_environment"><environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable></action> | 28 <action type="set_environment"><environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable></action> |
29 </actions> | 29 </actions> |