You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first glance, without thinking too much about it, I thought WorkflowDefinition.from_workflow(workflow).render() is already executed for the input argument workflowof the render function. So while technically correct (of course) maybe renaming the lambda argument is clearer. Similar for the snakemake renderer.
the default values for construct are fetched from the ConstructConfiguration class init as compared to the render settings. I.e. default_construct_config seems superfluous at this point.
dewret/src/dewret/tasks.py
Line 208 in 68ef970
workflow
?dewret/src/dewret/renderers/cwl.py
Line 777 in 68ef970
WorkflowDefinition.from_workflow(workflow).render()
is already executed for the input argumentworkflow
of therender
function. So while technically correct (of course) maybe renaming the lambda argument is clearer. Similar for the snakemake renderer.dewret/src/dewret/workflow.py
Line 521 in 68ef970
_
feels awkward. Is there no better name?dewret/src/dewret/core.py
Lines 305 to 311 in 68ef970
dewret/src/dewret/core.py
Line 262 in 68ef970
the default values for
construct
are fetched from theConstructConfiguration
class init as compared to the render settings. I.e.default_construct_config
seems superfluous at this point.dewret/src/dewret/__main__.py
Line 146 in 68ef970
render_method
etc. to avoid shadowing of the mainrender
function?The text was updated successfully, but these errors were encountered: