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 2ba677a commit f9b2b36Copy full SHA for f9b2b36
cwltool/provenance.py
@@ -187,8 +187,6 @@ def close(self):
187
# FIXME: Convert below block to a ResearchObject method?
188
if self.rel_path.startswith("data/"):
189
self.research_object.bagged_size[self.rel_path] = self.tell()
190
- elif self.rel_path.startswith("metadata/"):
191
- pass
192
else:
193
self.research_object.tagfiles.add(self.rel_path)
194
@@ -1080,7 +1078,6 @@ def _write_ro_manifest(self):
1080
1078
manifest["manifest"] = filename
1081
1079
manifest.update(self._self_made())
1082
manifest.update(self._authored_by())
1083
-
1084
manifest["aggregates"] = self._ro_aggregates()
1085
manifest["annotations"] = self._ro_annotations()
1086
0 commit comments