# HG changeset patch # User Bjoern Gruening # Date 1370032335 -7200 # Node ID 62897185a8038988afc465876fabd98510a362b6 # Parent 4fe6069549ef3fca10e5727bf539f67f3832941b ChemicalToolBoX update. diff -r 4fe6069549ef -r 62897185a803 align-it/align-it.xml --- a/align-it/align-it.xml Wed May 29 20:24:02 2013 +0200 +++ b/align-it/align-it.xml Fri May 31 22:32:15 2013 +0200 @@ -1,4 +1,4 @@ - + and Optimization (Align-it) silicos_it diff -r 4fe6069549ef -r 62897185a803 align-it/align-it_create_db.xml --- a/align-it/align-it_create_db.xml Wed May 29 20:24:02 2013 +0200 +++ b/align-it/align-it_create_db.xml Fri May 31 22:32:15 2013 +0200 @@ -1,4 +1,4 @@ - + generation (Align-it) silicos_it diff -r 4fe6069549ef -r 62897185a803 shape-it/shape-it.xml --- a/shape-it/shape-it.xml Wed May 29 20:24:02 2013 +0200 +++ b/shape-it/shape-it.xml Fri May 31 22:32:15 2013 +0200 @@ -1,21 +1,45 @@ - - alignment of a reference molecule against a database of molecules using the shape of the molecules + + against a database of molecules (Shape-it) silicos_it openbabel - shape-it --Format ${database.ext} --dbase $database --reference $reference --addIterations $addIterations --best $best --out $output 2>&1 + shape-it + --format ${database.ext} + --dbase $database + --reference $reference + --addIterations $addIterations + --best $best + --cutoff $cutoff + #if $scores == 'yes': + --scores $output_scores + #end if + --rankBy $rankBy + $noref + --out $output 2>&1 - - - + + + + + - + + + + + + + + + + scores == "yes" + diff -r 4fe6069549ef -r 62897185a803 tool_dependencies.xml --- a/tool_dependencies.xml Wed May 29 20:24:02 2013 +0200 +++ b/tool_dependencies.xml Fri May 31 22:32:15 2013 +0200 @@ -7,20 +7,23 @@ - + - http://www.silicos-it.com/_php/download.php?file=strip-it-1.0.1.tar.gz + + cd strip-it-1.0.1 && cmake . -DOPENBABEL2_INCLUDE_DIRS=$OPENBABEL_INCLUDE_DIR/openbabel-2.0/ -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/strip-it/ -DOPENBABEL2_LIBRARIES=$OPENBABEL_LIB_DIR/libopenbabel.so && @@ -30,6 +33,7 @@ $INSTALL_DIR/strip-it/bin + wget http://www.silicos-it.com/_php/download.php?file=align-it-1.0.3.tar.gz tar xfvz download.php?file=align-it-1.0.3.tar.gz && cd align-it-1.0.3 && @@ -40,6 +44,7 @@ $INSTALL_DIR/align-it/bin + wget http://www.silicos-it.com/_php/download.php?file=shape-it-1.0.1.tar.gz tar xfvz download.php?file=shape-it-1.0.1.tar.gz && cd shape-it-1.0.1 &&