Skip to content

Commit f23f943

Browse files
authored
Use petab identifier for combine archives (#179)
1 parent f4a6864 commit f23f943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

petab/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def _add_file_metadata(location: str, description: str = ""):
396396
archive.addFile(
397397
str(yaml_file),
398398
os.path.basename(yaml_file),
399-
libcombine.KnownFormats.lookupFormat("yaml"),
399+
"http://identifiers.org/combine.specifications/petab.version-1",
400400
True
401401
)
402402
_add_file_metadata(location=os.path.basename(yaml_file),

0 commit comments

Comments
 (0)