mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 01:58:11 +08:00
CXG creator and dataset parameters (#1163)
* remove redundant call to make_response (lint) * initial commit of H5AD to CXG converter * lint * PR review suggested comments * cxg adaptor now understands group metadata * lint
This commit is contained in:
@@ -337,10 +337,6 @@ def launch(
|
||||
handle_verbose(verbose)
|
||||
handle_scripts(scripts)
|
||||
|
||||
if not title and datapath is not None:
|
||||
file_parts = splitext(basename(datapath))
|
||||
title = file_parts[0]
|
||||
|
||||
if port:
|
||||
if debug:
|
||||
raise click.ClickException("--port and --debug may not be used together (try --verbose for error logging).")
|
||||
|
||||
Reference in New Issue
Block a user