From d0c7d205617acdda7b91f51c70d740719b8e0f60 Mon Sep 17 00:00:00 2001
From: Dominik Brilhaus <brilhaus@nfdi4plants.org>
Date: Mon, 5 Aug 2024 13:08:29 +0200
Subject: [PATCH] replace docker, index failed with 0.51

---
 workflows/kallisto/kallisto-help.cwl  | 4 ++--
 workflows/kallisto/kallisto-index.cwl | 4 ++--
 workflows/kallisto/kallisto-quant.cwl | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/workflows/kallisto/kallisto-help.cwl b/workflows/kallisto/kallisto-help.cwl
index dd42fae..3a05871 100644
--- a/workflows/kallisto/kallisto-help.cwl
+++ b/workflows/kallisto/kallisto-help.cwl
@@ -4,11 +4,11 @@ class: CommandLineTool
 
 hints:
   DockerRequirement:
-    dockerPull: quay.io/biocontainers/kallisto:0.51.0--h6de1650_0
+    dockerPull: quay.io/biocontainers/kallisto:0.50.1--h6de1650_2
   SoftwareRequirement:
     packages:
       kallisto:
-        version: [ "0.51.0" ]
+        version: [ "0.50.0" ]
         specs: [ https://identifiers.org/biotools/kallisto ]
 
 inputs: []
diff --git a/workflows/kallisto/kallisto-index.cwl b/workflows/kallisto/kallisto-index.cwl
index d37d620..3d29b9e 100644
--- a/workflows/kallisto/kallisto-index.cwl
+++ b/workflows/kallisto/kallisto-index.cwl
@@ -4,11 +4,11 @@ class: CommandLineTool
 
 hints:
   DockerRequirement:
-    dockerPull: quay.io/biocontainers/kallisto:0.51.0--h6de1650_0
+    dockerPull: quay.io/biocontainers/kallisto:0.50.1--h6de1650_2
   SoftwareRequirement:
     packages:
       kallisto:
-        version: [ "0.51.0" ]
+        version: [ "0.50.0" ]
         specs: [ https://identifiers.org/biotools/kallisto ]
 
 requirements:        
diff --git a/workflows/kallisto/kallisto-quant.cwl b/workflows/kallisto/kallisto-quant.cwl
index b376221..6d3e357 100755
--- a/workflows/kallisto/kallisto-quant.cwl
+++ b/workflows/kallisto/kallisto-quant.cwl
@@ -4,11 +4,11 @@ class: CommandLineTool
 
 hints:
   DockerRequirement:
-    dockerPull: quay.io/biocontainers/kallisto:0.51.0--h6de1650_0
+    dockerPull: quay.io/biocontainers/kallisto:0.50.1--h6de1650_2
   SoftwareRequirement:
     packages:
       kallisto:
-        version: [ "0.51.0" ]
+        version: [ "0.50.0" ]
         specs: [ https://identifiers.org/biotools/kallisto ]
 
 inputs:
-- 
GitLab