From c611caf290df60830568293fdff6c72ab7498878 Mon Sep 17 00:00:00 2001
From: Caroline Ott <ottj@rhrk.uni-kl.de>
Date: Mon, 27 May 2024 12:20:21 +0000
Subject: [PATCH] fix missing #

---
 .arc/roc-metadata-fixed-script.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.arc/roc-metadata-fixed-script.json b/.arc/roc-metadata-fixed-script.json
index ca8cd51..38c4321 100644
--- a/.arc/roc-metadata-fixed-script.json
+++ b/.arc/roc-metadata-fixed-script.json
@@ -42,13 +42,13 @@
       "format": { "@id": "http://edamontology.org/format_3752" }
     },
     {
-      "@id": "2",
+      "@id": "#2",
       "@type": "FormalParameter",
       "conformsTo": { "@id": "https://bioschemas.org/profiles/FormalParameter/0.1-DRAFT-2020_07_21/" },
       "name": "file_name"
     },
     {
-      "@id": "3",
+      "@id": "#3",
       "@type": "FormalParameter",
       "conformsTo": { "@id": "https://bioschemas.org/profiles/FormalParameter/0.1-DRAFT-2020_07_21/" },
       "name": "summed_intensities",
@@ -186,4 +186,4 @@
       ]
     }
   ]
-}
\ No newline at end of file
+}
-- 
GitLab