示例#1
0
 def display_flags(self):
     """
     Convenience method to handle tabular display of flags set by this user.  Presently, flags only refer to
     Galaxy exports.  The absence of flags is noted with a message.  Note that a user may have an existence on
     the iRODS system without ever having exported to it.
     """
     self.generate_related_flags()
     Flag.display(self.flags, False, True)
示例#2
0
 def display_flags(self):
     """
     Convenience method to handle tabular display of flags in the workspace.  Presently, flags only refer to
     Galaxy exports.  The table always appears but the absence of flags is noted with a message.  This listing of
     flags shows the exporter but no messages in the case of a failed export.  That information is available
     via a user_report parameterized with the exporter's email.
     """
     self.generate_related_flags()
     Flag.display(self.flags, True, False)