Skip to content
Snippets Groups Projects
Commit 1ca12dcf authored by George Marchment's avatar George Marchment
Browse files

Update RO-Crate nested elements

parent c62f3498
No related branches found
No related tags found
No related merge requests found
Pipeline #13444 failed with stage
in 11 seconds
...@@ -78,7 +78,7 @@ class Nextflow_Building_Blocks: ...@@ -78,7 +78,7 @@ class Nextflow_Building_Blocks:
return self.origin.get_name_file() return self.origin.get_name_file()
def get_rocrate_key(self, dico): def get_rocrate_key(self, dico):
return f"{self.get_file_address()[len(dico['temp_directory'])+1:]}/{self.get_name()}" return f"{self.get_file_address()[len(dico['temp_directory'])+1:]}#{self.get_name()}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment