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

fixed

parent 1ca12dcf
No related branches found
No related tags found
No related merge requests found
Pipeline #13445 failed with stage
in 3 minutes and 5 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