From fb25010d4fd6c77f313714f2b34dad1c6422aaf6 Mon Sep 17 00:00:00 2001
From: George Marchment <georgemarchment@yahoo.fr>
Date: Fri, 17 May 2024 15:29:53 +0200
Subject: [PATCH] Changes RO-Crate -> i went a bit to quickly on the errors

---
 src/nextflow_building_blocks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nextflow_building_blocks.py b/src/nextflow_building_blocks.py
index 9aced55..5f8de68 100644
--- a/src/nextflow_building_blocks.py
+++ b/src/nextflow_building_blocks.py
@@ -78,7 +78,7 @@ class Nextflow_Building_Blocks:
         return self.origin.get_name_file()
     
     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()}"
 
 
     
-- 
GitLab