mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 22:28:11 +08:00
CLI renaming and phrasing (#385)
* Minor naming and phrasing changes from UX review * category-selection-limit -> max-category-items * Indicate load may taking a long time * program -> command (for launch, prepare) * debug -> verbose * flask-debug -> debug * Developer mode for debug verbose on open browser off * move examples from epilogue to prefix
This commit is contained in:
@@ -22,9 +22,9 @@ Sort order for methods
|
||||
|
||||
class ScanpyEngine(CXGDriver):
|
||||
|
||||
def __init__(self, data, layout_method=None, diffexp_method=None, category_selection_limit=100):
|
||||
def __init__(self, data, layout_method=None, diffexp_method=None, max_category_items=100):
|
||||
super().__init__(data, layout_method=layout_method, diffexp_method=diffexp_method,
|
||||
category_selection_limit=category_selection_limit)
|
||||
max_category_items=max_category_items)
|
||||
self._validatate_data_types()
|
||||
self._add_mandatory_annotations()
|
||||
self.cell_count = self.data.shape[0]
|
||||
|
||||
Reference in New Issue
Block a user