added cds/tools compare and chrlorodb
Former-commit-id: 31633e6bc503eb08ddb507e58e3ab1a6d2ba6027 Former-commit-id: 830c771b5453f3482f283ee069234a34127bf08f
This commit is contained in:
@ -23,6 +23,10 @@ NeedFile $PrdFile
|
|||||||
set RefType = $RefFile:e
|
set RefType = $RefFile:e
|
||||||
set PrdType = $PrdFile:e
|
set PrdType = $PrdFile:e
|
||||||
|
|
||||||
|
if ((! -e $LIB_DIR/$RefType.oneliner.awk) || (! -e $LIB_DIR/$PrdType.oneliner.awk)) then
|
||||||
|
Error 1 "file extension should be 'gbk' or 'embl'"
|
||||||
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# parse ref and prediction
|
# parse ref and prediction
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user