change the call to awk
Former-commit-id: fa0b02e712db163ba6d37407cea46d1d413a7cb5 Former-commit-id: f393558b7962188159ac123d654ae14ee581f5f8
This commit is contained in:
@ -33,7 +33,7 @@ pushTmpDir ORG.trna
|
|||||||
TRNA=$(basename ${QUERY})
|
TRNA=$(basename ${QUERY})
|
||||||
|
|
||||||
aragorn -i -w -seq ${QUERY} | \
|
aragorn -i -w -seq ${QUERY} | \
|
||||||
${CmdAwk} -f ${PROG_DIR}/../lib/aragorn_wrapper.awk
|
${AwkCmd} -f ${PROG_DIR}/../lib/aragorn_wrapper.awk
|
||||||
|
|
||||||
|
|
||||||
popTmpDir
|
popTmpDir
|
||||||
|
Reference in New Issue
Block a user