Patches for the cluster luke
Former-commit-id: 54cfd925a4cb13d389bd3086164b99bd246319e7 Former-commit-id: d865056147c56bf0c6220e29d7f40e26f140a4ba
This commit is contained in:
@ -61,4 +61,4 @@ pushTmpDir ORG.ir
|
|||||||
|
|
||||||
popTmpDir
|
popTmpDir
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
source "${THIS_DIR}/../../../scripts/bash_init.sh"
|
source "${THIS_DIR}/../../../scripts/bash_init.sh"
|
||||||
|
|
||||||
SELECTIR="${PROG_DIR}/../../normalize/lib/selectIR.py"
|
SELECTIR="${PROG_DIR}/../../normalize/lib/selectIR.py"
|
||||||
|
@ -33,7 +33,7 @@ pushTmpDir ORG.trna
|
|||||||
TRNA=$(basename ${QUERY})
|
TRNA=$(basename ${QUERY})
|
||||||
|
|
||||||
aragorn -i -w -seq ${QUERY} | \
|
aragorn -i -w -seq ${QUERY} | \
|
||||||
${PROG_DIR}/../lib/aragorn_wrapper.awk
|
${CmdAwk} -f ${PROG_DIR}/../lib/aragorn_wrapper.awk
|
||||||
|
|
||||||
|
|
||||||
popTmpDir
|
popTmpDir
|
||||||
|
Reference in New Issue
Block a user