sugar._io.tab.infernal module

Infernal reader for output generated with tblout fmt 1, 2, 3

sugar._io.tab.infernal.is_fts_infernal(f, **kw)[source]
sugar._io.tab.infernal.read_fts_infernal(f, ftype=None, comments=None)[source]

Infernal reader for output generated with tblout fmt 1, 2, 3

Parameters:
  • ftype (str) – Parameter used as ftype

  • comments (list) – comment lines inside the file are stored in the comments list (optional)

Warning

This function should NOT be called directly, it registers via read_fts(), call this instead.