Bugfix: create_enterics_qc_viz broke on whitespace on any WDL inputs. This PR makes it resilient to whitespace on all inputs (at least as far as the WDL is concerned). This is particularly important for some user-immutable strings like workspace_name, project_name, input_table_name, etc.
Also remove user input for workspace_name and project_name and autodetect instead.
Bugfix:
create_enterics_qc_viz
broke on whitespace on any WDL inputs. This PR makes it resilient to whitespace on all inputs (at least as far as the WDL is concerned). This is particularly important for some user-immutable strings likeworkspace_name
,project_name
,input_table_name
, etc.Also remove user input for
workspace_name
andproject_name
and autodetect instead.