From 4c7ba137d9a0f696a96ba7cf384c0c91cd483ae2 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 24 Jan 2018 13:28:27 +0100 Subject: [PATCH] Patch a bug on numering the last nucleotide in the embl file Former-commit-id: 626566f2a64cb6628f1cd5ef7bfae63f4bd6a6ad Former-commit-id: 40dd1f5246103aa6500ea6181bc4c010a873bbe5 --- org-annotate.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/org-annotate.sh b/org-annotate.sh index c79435d..be61a37 100755 --- a/org-annotate.sh +++ b/org-annotate.sh @@ -319,8 +319,6 @@ pushTmpDir ORG.organnot f = f substr(" ",1,10-length(f)); \ printf("%s ",f) \ }; \ - if (NR==lines) \ - {pos-=1}; \ printf(" %6d\n",pos) \ }' loginfo "Done."