Dapid / tmscoring

Python implementation of the TMscore program
BSD 3-Clause "New" or "Revised" License
33 stars 12 forks source link

Usage instructions in the README need updating #3

Closed catherinewatkinson closed 3 years ago

catherinewatkinson commented 3 years ago

I assume the code has been updated since the README was written as I had to make a couple of very small changes to get the example code running.

in line 1: TMscore -> TMscoring

in final line: alignment.write(outputfile='aligned.pdb', append=True) -> alignment.write(outputfile='aligned.pdb', appended=True)

Dapid commented 3 years ago

Thanks! Just sloppy documentation on my part.