Skip to content

Commit 7a509b6

Browse files
committed
update provenance_profile
1 parent c6e7385 commit 7a509b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cwltool/provenance_profile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,9 +508,7 @@ def declare_directory(self, value: CWLObjectType) -> ProvEntity:
508508
for annotation in dataset:
509509
if isinstance(dataset[annotation], (str, bool, int, float)): # check if these are all allowed types
510510
coll.add_attributes({annotation: dataset[annotation]})
511-
512-
if "format" in value:
513-
coll.add_attributes({SCHEMA["encodingFormat"]: value["format"]})
511+
514512

515513
# Also Save ORE Folder as annotation metadata
516514
ore_doc = ProvDocument()

0 commit comments

Comments
 (0)