Patch a serious bug in the embl formating of the sequence leading to

frameshifts in the embl formated sequences

Former-commit-id: 92d73a91a2486e59809fef0cff0060b14b47be70
Former-commit-id: a034fb4a42dafca46f491d5e7cfe08de8b2eea92
This commit is contained in:
2016-10-12 12:25:31 -03:00
parent 1ac0af03c2
commit 96b5993693

View File

@ -303,7 +303,7 @@ pushTmpDir ORG.organnot
gsub(" ","",seq); \
printf(" ") ;\
for (i=0; i < 6; i++) { \
f=substr(seq,i * 10, 10); \
f=substr(seq,i * 10 + 1, 10); \
pos+=length(f); \
f = f substr(" ",1,10-length(f)); \
printf("%s ",f) \