MCPcopy Create free account
hub / github.com/PathologyDataScience/HiPS / run

Method run

hips/SlideFeatureExtractor.py:1461–1464  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1459 )
1460
1461 def run(self):
1462 """"""
1463 self.maybe_extract_roi_feature_summaries()
1464 self.maybe_extract_global_nuclei_features()
1465
1466 @collect_errors()
1467 def maybe_extract_global_nuclei_features(self):

Tested by

no test coverage detected