Hello!
I am trying to parse a PDB file to work with it, following the "pdbparsers" page in documentation. In the docs, it says that positional arg "file" should be "The PDB file to be parsed." and a string, I assume it is a path to the PDB file. However,
pdbcraft.pdbparsers.PDBParser.parse('~/input_pdbs/main/5XCO/5XCO.pdb') gives out TypeError: PDBParser.parse() missing 1 required positional argument: 'file'
What am I doing wrong?
Hello!
I am trying to parse a PDB file to work with it, following the "pdbparsers" page in documentation. In the docs, it says that positional arg "file" should be "The PDB file to be parsed." and a string, I assume it is a path to the PDB file. However,
pdbcraft.pdbparsers.PDBParser.parse('~/input_pdbs/main/5XCO/5XCO.pdb')gives outTypeError: PDBParser.parse() missing 1 required positional argument: 'file'What am I doing wrong?