Change awk to $AwkCmd
Signed-off-by: Eric Coissac <eric.coissac@metabarcoding.org> Former-commit-id: 79d7c6cc4333c8f72cef71f9c5323c151bb0e6b7 Former-commit-id: 869cf28bb894c95297fc0f80e424a55d347f2a65
This commit is contained in:
@ -185,7 +185,7 @@ $AwkCmd -v MAX_SPAN=$PASS1_MAX_SPAN \
|
||||
# get annotations
|
||||
#
|
||||
|
||||
egrep "^$ProtName " $ProtDir/Annot.lst | awk '{print "c annot", $0}' > T_$$
|
||||
egrep "^$ProtName " $ProtDir/Annot.lst | $AwkCmd '{print "c annot", $0}' > T_$$
|
||||
|
||||
#
|
||||
# extend start/stop
|
||||
|
Reference in New Issue
Block a user