Skip to content

Commit

Permalink
Updates WorkflowChain model based on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 14, 2023
1 parent ad36f58 commit 6d5fe17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: nmdc:wfch-11-ab
type: nmdc:WorkflowChain
name: Workflow Chain for Metagenomics analysis of NEON Biosample
informed_by: nmdc:datgen-11-ab
was_informed_by: nmdc:datgen-11-ab
2 changes: 1 addition & 1 deletion src/data/valid/WorkflowChain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ id: nmdc:wfch-11-ab
type: nmdc:WorkflowChain
name: Workflow Chain for Metagenomics analysis of NEON Biosample
analyte_category: metagenome
informed_by: nmdc:datgen-11-ab
was_informed_by: nmdc:datgen-11-ab
7 changes: 6 additions & 1 deletion src/schema/workflow_execution_activity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ classes:
analyse the output of DataGeneration.
comments: >-
The sequence of Workflow Execution(s) can be inferred from the has_input and has_output slots of the Workflow Execution(s)
slots:
- type
- analyte_category
- was_informed_by
slot_usage:
id:
required: true
Expand Down Expand Up @@ -351,6 +354,8 @@ classes:
syntax: "{id_nmdc_prefix}:wfnom-{id_shoulder}-{id_blade}{id_version}{id_locus}"
interpolated: true

slots:

metagenome_assembly_parameter:
abstract: true

Expand Down

0 comments on commit 6d5fe17

Please sign in to comment.