Skip to content

Commit

Permalink
Use petab identifier for combine archives (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann authored Oct 13, 2022
1 parent f4a6864 commit f23f943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petab/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def _add_file_metadata(location: str, description: str = ""):
archive.addFile(
str(yaml_file),
os.path.basename(yaml_file),
libcombine.KnownFormats.lookupFormat("yaml"),
"http://identifiers.org/combine.specifications/petab.version-1",
True
)
_add_file_metadata(location=os.path.basename(yaml_file),
Expand Down

0 comments on commit f23f943

Please sign in to comment.