From e3e2742e36248aa73c97a0e7b7c61991debd1434 Mon Sep 17 00:00:00 2001 From: Jake Fennick Date: Wed, 24 Jan 2024 09:45:19 -1000 Subject: [PATCH] add image-workflows repo to global config files --- src/wic/cwl_dirs.txt | 3 ++- src/wic/yml_dirs.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/wic/cwl_dirs.txt b/src/wic/cwl_dirs.txt index d0710af6..70fdd4d6 100644 --- a/src/wic/cwl_dirs.txt +++ b/src/wic/cwl_dirs.txt @@ -7,7 +7,8 @@ # By default, each directory is associated with the namespace 'global', as shown. # Namespace Directory -global cwl_adapters/ +global ../workflow-inference-compiler/cwl_adapters/ +global ../image-workflows/cwl_adapters/ global ../biobb_adapters/biobb_adapters/ global ../mm-workflows/cwl_adapters/ gpu ../mm-workflows/gpu/ diff --git a/src/wic/yml_dirs.txt b/src/wic/yml_dirs.txt index 205b5300..a946fe86 100644 --- a/src/wic/yml_dirs.txt +++ b/src/wic/yml_dirs.txt @@ -7,7 +7,8 @@ # By default, each directory is associated with the namespace 'global', as shown. # Namespace Directory -global docs/tutorials/ +global ../workflow-inference-compiler/docs/tutorials/ +global ../image-workflows/workflows/ global ../mm-workflows/examples/ # foo a/relative/path/ # bar /an/absolute/path/ \ No newline at end of file