conkit.io.bclcontact module

Parser module specific to BCL::Contact predictions

class BCLContactParser[source]

Bases: conkit.io._parser.ContactFileParser

Class to parse a BCL::Contact contact file

read(f_handle, f_id='bclcontact')[source]

Read a contact file

Parameters:
  • f_handle – Open file handle [read permissions]
  • f_id (str, optional) – Unique contact file identifier
Returns:

Return type:

ContactFile

write(f_handle, hierarchy)[source]

Write a contact file instance to to file

Parameters:
Raises:

NotImplementedError – Write function not available