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 b976ec3 commit 8a78d4bCopy full SHA for 8a78d4b
nf_core/pipelines/rocrate.py
@@ -353,8 +353,6 @@ def update_rocrate(self) -> bool:
353
Update the rocrate file
354
"""
355
# check if we need to output a json file and/or a zip file based on the file extensions
356
- json_path = None
357
- zip_path = None
358
# try to find a json file
359
json_path = Path(self.pipeline_dir, "ro-crate-metadata.json")
360
if json_path.exists():
0 commit comments