-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Pipeline Implementation) Points to clarify with devbio #4273
Comments
There is a def replace_values_in_params_file(self, workflow_parameters: dict) -> dict:
replaced_workflow_parameters = copy.deepcopy(workflow_parameters)
"""Iterate through the dictionary until all placeholders are replaced with the corresponding value from the dictionary"""
while True: |
Could we name the variables in servers a bit more explicitly? Params -> parameters_file and type hint it as path in cg for example? |
The get_sex_code method returns ints as a string but the intent seem to be to use them as ints. We should consider clearing this up. |
|
Maybe move |
We have in our codebase certain parts of the code which are unclear to us system developers. The intent should be documented and the code rewritten in some instances. This issue will be used to gather points to discuss with the devbio people.
The text was updated successfully, but these errors were encountered: