We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a6864 commit f23f943Copy full SHA for f23f943
petab/core.py
@@ -396,7 +396,7 @@ def _add_file_metadata(location: str, description: str = ""):
396
archive.addFile(
397
str(yaml_file),
398
os.path.basename(yaml_file),
399
- libcombine.KnownFormats.lookupFormat("yaml"),
+ "http://identifiers.org/combine.specifications/petab.version-1",
400
True
401
)
402
_add_file_metadata(location=os.path.basename(yaml_file),
0 commit comments