forked from EliLillyCo/LillyMol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40f3dbd
commit 521cd3a
Showing
4 changed files
with
149 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
|
||
if [[ ! LILLYMOL_HOME ]] ; then | ||
export LILLYMOL_HOME=$(dirname $0)/../.. | ||
fi | ||
|
||
export PATH=${LILLYMOL_HOME}/contrib/bin:$PATH | ||
|
||
exec ruby ${LILLYMOL_HOME}/contrib/bin/xgbd/rf_evaluate.rb "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash | ||
if [[ ! LILLYMOL_HOME ]] ; then | ||
export LILLYMOL_HOME=$(dirname $0)/../.. | ||
fi | ||
|
||
exec python ${LILLYMOL_HOME}/contrib/bin/xgbd/rf_make.py "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.