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:
Bruce Martin
2020-02-21 12:49:45 -07:00
committed by GitHub
parent 907cc634f5
commit d2bae0c4f6
6 changed files with 445 additions and 22 deletions
-4
View File
@@ -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).")