Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Nov 20, 2024
1 parent e4625a7 commit 4b32131
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nmdc_automation/workflow_automation/workflow_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def get_current_workflow_process_nodes(
data_generation_workflows = [wf for wf in workflows if wf.collection == "data_generation_set"]

workflow_execution_workflows = [wf for wf in workflows if wf.collection == "workflow_execution_set"]
# screen out legacy metagenome sequencing workflows

# default query for data_generation_set records filtered by analyte category
q = {"analyte_category": analyte_category}
Expand Down

0 comments on commit 4b32131

Please sign in to comment.