Member Site Forums PyRosetta PyRosetta – General Executing the mc simulation of polyalanine fragment Reply To: Executing the mc simulation of polyalanine fragment

#4838
Anonymous

    I tried first with run mc.py command . its showing the following error :-

    In [1]: run mc.py


    File “mc.py”, line 9
    def perturb_bb = function(pose):
    ^
    SyntaxError: invalid syntax

    WARNING: Failure executing file:



    Then I tried running the script from command line and I got the following error :-

    bash-3.2$ ipython mc.py


    File “mc.py”, line 9
    def perturb_bb = function(pose):
    ^
    SyntaxError: invalid syntax