stacker.ResEmpty#
- exception ResEmpty[source]#
Bases:
Exception
No Residues to subset to were provided
This is raised when a routine is given an invalid number of residues to subset to.
See also
fiter_traj_routine
bottaro_routine
Examples
Command Line:
$ stacker -s filter_traj -r -a C2,C4,C6
- __init__(*args, **kwargs)#
- add_note(object, /)#
Exception.add_note(note) – add a note to the exception
- args#
- with_traceback(object, /)#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.