change tRNA and CDS annotations

Former-commit-id: 12b6c5605f57940e215643b80c93ffbb48d5406e
Former-commit-id: 18663d59e90e6d35b029d9087b66723487b8db1d
This commit is contained in:
2021-11-05 09:29:57 +01:00
parent 27c02dfc1b
commit 616d5d084b
3 changed files with 8 additions and 8 deletions

View File

@ -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