change tRNA and CDS annotations
Former-commit-id: 12b6c5605f57940e215643b80c93ffbb48d5406e Former-commit-id: 18663d59e90e6d35b029d9087b66723487b8db1d
This commit is contained in:
@ -371,7 +371,7 @@ blastx \
|
||||
n = split($0,parts,",")
|
||||
j = 1
|
||||
for (i = 1; i <= n; i++) {
|
||||
if (length(line) + length(parts[i]) > 79) {
|
||||
if (length(line) + length(parts[i]) > 78) {
|
||||
print line ","
|
||||
line = "FT "
|
||||
j = i
|
||||
|
Reference in New Issue
Block a user