soedinglab / CCMpred

Protein Residue-Residue Contacts from Correlated Mutations predicted quickly and accurately.
http://www.ncbi.nlm.nih.gov/pubmed/25064567
GNU Affero General Public License v3.0
107 stars 25 forks source link

read_raw: corrects start index for x2 #15

Closed croth1 closed 5 years ago

croth1 commented 5 years ago

fixes #14.

croth1 commented 5 years ago

@sseemayer, @grubermar does one of you have time to check that this fix is sound? I am somewhat sure I got it right, but just to be on the safe side :-)

sseemayer commented 5 years ago

That looks pretty reasonable, probably I forgot to add the padding offset calculation to the raw reading and never noticed.

Thanks for spotting this!