io

Generic functions used for input and output.

pdb2pqr.io.read_input(inputfile_path: str) Tuple[List[str], List[str]][source]

Read and parse input files using the appropriate factory class.

Parameters

inputfile_path (str) – Path to the input file to read

Returns

List of PDB and ERROR objects

Return type

Tuple[List[str], List[str]]