change the call to awk

Former-commit-id: fa0b02e712db163ba6d37407cea46d1d413a7cb5
Former-commit-id: f393558b7962188159ac123d654ae14ee581f5f8
This commit is contained in:
2015-11-09 14:01:21 +01:00
parent cf99ca56a4
commit 8b27f23a8e

View File

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