From c281bba7250a67ce4e001d0255b419efabbeda0a Mon Sep 17 00:00:00 2001 From: Daniel Bolin Date: Mon, 23 Sep 2024 12:38:22 -0400 Subject: [PATCH] fix: :bug: Fix base command in popv's cwl spec --- containers/popv/pipeline.cwl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/popv/pipeline.cwl b/containers/popv/pipeline.cwl index c5fc5e8..5fc467e 100644 --- a/containers/popv/pipeline.cwl +++ b/containers/popv/pipeline.cwl @@ -9,7 +9,7 @@ requirements: types: - $import: ./options.yml -baseCommand: python +baseCommand: python3 arguments: - /main.py