Patch a bug in the final sequence formating occuring when the input

sequence has not 60 char per line

Former-commit-id: 213735f5b9f3cd817053e284d7844cfdd69726c6
Former-commit-id: 074b4aaac0eac00de9b3b48e75804417ce780a2d
This commit is contained in:
2018-01-18 21:58:50 +01:00
parent 04ea0f110d
commit 08d7c940a4
2 changed files with 16 additions and 4 deletions

View File

@ -46,6 +46,7 @@ BEGIN {
Entry[NbEntry]["to"] = $5+0
Entry[NbEntry]["score"] = $6+0
Entry[NbEntry]["strand"] = $7
Entry[NbEntry]["stop"] = (Align !~ "\\*")
if (valid) {
for (i = $4+0 ; i <= $5+0; i++)
Cover[i] = 1