Member Site Forums Rosetta 3 Rosetta 3 – General obtaing pdb files Reply To: obtaing pdb files

#5084
Anonymous

    Thank. I have also made a modification which is very simple. I have adde my modification below. I think it simple to give a clear error message rather than just fail. How can I provide a patch?

    #
    try:
    pdbname = argv[1]
    pdbcode = argv[1]
    chainid = argv[2]
    except:
    print “please provide the name of the pdb file, the pdb code and chain id”
    print “”
    assert( len(argv)>2)