aboutsummaryrefslogtreecommitdiff
path: root/src/score_wrapper.sh
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-03-27 15:10:04 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-03-27 15:10:04 -0400
commitf5ac0df9d42de657a64e15d3f0cfa2198a1921c6 (patch)
tree68609ff01dfac4a0f402d7b5e259b3a29bf23596 /src/score_wrapper.sh
parent495228f7167a6df24a139022e7a0560a4dd07b56 (diff)
Add scoring for specific combinations.
- add scoring for specific combos - update readme - add CLI args for score_mers.py - update score_wrapper - use more generic print functions in score_mers
Diffstat (limited to 'src/score_wrapper.sh')
-rwxr-xr-xsrc/score_wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/score_wrapper.sh b/src/score_wrapper.sh
index 1c6f856..ee7e40d 100755
--- a/src/score_wrapper.sh
+++ b/src/score_wrapper.sh
@@ -10,7 +10,7 @@ function clean_exit {
}
trap clean_exit SIGINT
-score_mers.py $1 $2 $3 $4 & </dev/null
+score_mers.py -s $1 -f $2 -b $3 -o $4 & </dev/null
pid=$!
wait $pid