Hello:

I am trying to convert the output from CGenFF website into Gromacs .itp format by command:

python charmm2gromacs-pvm.py charmm.rst

but it said:


Traceback (most recent call last):
  File "charmm2gromacs-pvm.py", line 33, in <module>
    parFile = open(sys.argv[2], 'r')
IndexError: list index out of range



I open the script, it said:

inparameters:
            command line parameters:
            1            charmm topology file
            2            corresponding charmm parameter file
            3    opt        foldername, default cgenff.ff

outfiles:
            1            foldername/atomtypes.atp
            2            foldername/forcefield.itp
            3            foldername/forcefield.doc
            4            foldername/aminoacids.rtp
            5            foldername/ffbonded.itp
            6            foldername/ffnonbonded.itp
            7            foldername/forcefield.r2b
8 opt foldername/lipids.rtp (if '!lipid section' statement in CHARMM top file)
            9    opt        foldername/cmap.itp        (if genCMAP = True)
"""

It seems that the input file is a folder instead of a single file? I generate my ligand topology from the CGenFF website and I only get a .rst file....

THX
--
gmx-users mailing list    [email protected]
http://lists.gromacs.org/mailman/listinfo/gmx-users
* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/Search before posting!
* Please don't post (un)subscribe requests to the list. Use the www interface or send it to [email protected].
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

Reply via email to