msmbuilder.io.gather_metadata

msmbuilder.io.gather_metadata(fn_glob, parser)

Given a glob and a parser object, create a metadata dataframe.

Parameters:
fn_glob : str

Glob string to find trajectory files.

parser : descendant of _Parser

Object that handles conversion of filenames to metadata rows.