Mercurial > repos > mvdbeek > test_sra
comparison tool_dependencies.xml @ 13:f46eda49fbe0 draft
planemo upload commit 96ecd86165525684766848f98a1c3be4353ec3b1-dirty
author | mvdbeek |
---|---|
date | Sat, 15 Aug 2015 07:27:05 -0400 |
parents | 0214e6c44ac2 |
children | e80d689208b3 |
comparison
equal
deleted
inserted
replaced
12:0214e6c44ac2 | 13:f46eda49fbe0 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="sra_toolkit" version="2.5.2"> | 3 <package name="sra_toolkit" version="2.5.2"> |
4 <install version="1.0"> | 4 <install version="1.0"> |
5 <actions> | 5 <actions> |
6 <action type="make_directory">build</action> | |
7 <action type="change_directory">src</action> | |
8 <action type="download_by_url">https://github.com/ncbi/ncbi-vdb/archive/2.5.2.tar.gz</action> | 6 <action type="download_by_url">https://github.com/ncbi/ncbi-vdb/archive/2.5.2.tar.gz</action> |
9 <action type="shell_command"> | 7 <action type="shell_command"> |
10 LD_LIBRARY_PATH=LD_LIBRARY_PATH:$INSTALL_DIR/lib64:$INSTALL_DIR/lib | 8 LD_LIBRARY_PATH=LD_LIBRARY_PATH:$INSTALL_DIR/lib64:$INSTALL_DIR/lib |
11 ./configure --prefix=$INSTALL_DIR --build-prefix=$INSTALL_DIR/build | 9 ./configure --prefix=$INSTALL_DIR --build-prefix=$INSTALL_DIR/build |
12 make | 10 make |