rosettaScore.py has a typo, I think. Can I fix it in my own copy?
I'm using a protein_tools script that calls up the rosettaScore.py script. In line 85 of rosettaScore.py, it says:
print "theres some problem with this score line, possible corruption, skipping line"
But I think it should be:
print ("theres some problem with this score line, possible corruption, skipping line")
It won't let me write over the script file, even though I think I have ownership of the software. What can I do?