From 436ced71b7633fcfd2e0a8a691d59fb27c55c44f Mon Sep 17 00:00:00 2001
From: Dominik Brilhaus <brilhaus@nfdi4plants.org>
Date: Thu, 20 Mar 2025 18:48:50 +0100
Subject: [PATCH] update edam to last stable version

---
 workflows/fastqc/fastqc.cwl           | 2 +-
 workflows/kallisto/kallisto-index.cwl | 2 +-
 workflows/kallisto/kallisto-quant.cwl | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/workflows/fastqc/fastqc.cwl b/workflows/fastqc/fastqc.cwl
index f0b906a..1954ad0 100644
--- a/workflows/fastqc/fastqc.cwl
+++ b/workflows/fastqc/fastqc.cwl
@@ -55,7 +55,7 @@ $namespaces:
   edam: https://edamontology.org/
   s: https://schema.org/
 $schemas:
-  - https://edamontology.org/EDAM_1.18.owl
+  - https://edamontology.org/EDAM_1.25.owl
 
 s:license: https://spdx.org/licenses/GPL-3.0-or-later
 
diff --git a/workflows/kallisto/kallisto-index.cwl b/workflows/kallisto/kallisto-index.cwl
index b43cba7..10f879d 100644
--- a/workflows/kallisto/kallisto-index.cwl
+++ b/workflows/kallisto/kallisto-index.cwl
@@ -81,6 +81,6 @@ $namespaces:
   edam: https://edamontology.org/
   s: https://schema.org/
 $schemas:
-  - https://edamontology.org/EDAM_1.18.owl
+  - https://edamontology.org/EDAM_1.25.owl
 
 s:license: https://spdx.org/licenses/BSD-2-Clause
diff --git a/workflows/kallisto/kallisto-quant.cwl b/workflows/kallisto/kallisto-quant.cwl
index 998c371..1a8e6ea 100755
--- a/workflows/kallisto/kallisto-quant.cwl
+++ b/workflows/kallisto/kallisto-quant.cwl
@@ -174,6 +174,6 @@ $namespaces:
   edam: https://edamontology.org/
   s: https://schema.org/
 $schemas:
-  - https://edamontology.org/EDAM_1.18.owl
+  - https://edamontology.org/EDAM_1.25.owl
 
 s:license: https://spdx.org/licenses/BSD-2-Clause
-- 
GitLab