Skip to content

Commit

Permalink
remove sample_name and project_name from pipestat_namespace in favor …
Browse files Browse the repository at this point in the history
…of record_identifier
  • Loading branch information
donaldcampbelljr committed Nov 8, 2023
1 parent eb9d9e7 commit cbe0f2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions looper/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,9 +532,8 @@ def _set_pipestat_namespace(
else:
full_namespace = {
"results_file": psm.file,
"sample_name": psm.sample_name,
"project_name": psm.project_name,
"config_file": psm._config_path,
"record_identifier": psm.record_identifier,
"config_file": psm.config_path,
}
filtered_namespace = {k: v for k, v in full_namespace.items() if v}
return YAMLConfigManager(filtered_namespace)
Expand Down

0 comments on commit cbe0f2e

Please sign in to comment.