qp.structure.setup.get_pdbs

qp.structure.setup.get_pdbs(input_path, output_path)[source]

Parses the input PDBs and returns a list of tuples

Parameters:
  • input_path (list) – List of PDB codes, paths to PDB files, or path to CSV file

  • output_path (str) – Path to output directory

Returns:

List of tuples containing parsed PDB ID and path to PDB file

Return type:

pdb_all

Notes

Store input PDBs as a tuple of Parsed ID (PDB code or filename) Path to PDB file (existing or to download)