Patches for the cluster luke

Former-commit-id: 54cfd925a4cb13d389bd3086164b99bd246319e7
Former-commit-id: d865056147c56bf0c6220e29d7f40e26f140a4ba
This commit is contained in:
2015-11-09 13:11:54 +01:00
parent 9d2d60e9f0
commit cf99ca56a4
3 changed files with 4 additions and 2 deletions

View File

@ -61,4 +61,4 @@ pushTmpDir ORG.ir
popTmpDir
exit 0
exit 0

View File

@ -1,3 +1,5 @@
#!/bin/bash
source "${THIS_DIR}/../../../scripts/bash_init.sh"
SELECTIR="${PROG_DIR}/../../normalize/lib/selectIR.py"

View File

@ -33,7 +33,7 @@ pushTmpDir ORG.trna
TRNA=$(basename ${QUERY})
aragorn -i -w -seq ${QUERY} | \
${PROG_DIR}/../lib/aragorn_wrapper.awk
${CmdAwk} -f ${PROG_DIR}/../lib/aragorn_wrapper.awk
popTmpDir