Skip to content

Commit

Permalink
Update nf_core/pipelines/rocrate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu authored Dec 10, 2024
1 parent b976ec3 commit 8a78d4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nf_core/pipelines/rocrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,6 @@ def update_rocrate(self) -> bool:
Update the rocrate file
"""
# check if we need to output a json file and/or a zip file based on the file extensions
json_path = None
zip_path = None
# try to find a json file
json_path = Path(self.pipeline_dir, "ro-crate-metadata.json")
if json_path.exists():
Expand Down

0 comments on commit 8a78d4b

Please sign in to comment.