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:
@ -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
|
||||
|
Reference in New Issue
Block a user