Skip to content

Commit

Permalink
fix: rollback @id field and update investigation tsv file write method
Browse files Browse the repository at this point in the history
  • Loading branch information
oyurekten committed Sep 13, 2024
1 parent b664483 commit ebf17b4
Show file tree
Hide file tree
Showing 3 changed files with 2,669 additions and 2,655 deletions.
2 changes: 1 addition & 1 deletion metabolights_utils/models/isa/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class IsaAbstractModel(MetabolightsBaseModel):
IsaTabConfig,
Field(exclude=True),
] = IsaTabConfig()
id: Annotated[Union[None, str], Field(alias="@id", default=None)] = None
# id: Annotated[Union[None, str], Field(alias="@id", default=None)] = None
model_config = ConfigDict(extra="forbid")

@classmethod
Expand Down
Loading

0 comments on commit ebf17b4

Please sign in to comment.