From 4e2f15826c57399a90b475e293aaa67efc36c08c Mon Sep 17 00:00:00 2001 From: Felix Perez <felix.perez@utsouthwestern.edu> Date: Mon, 29 Jan 2024 16:00:47 -0600 Subject: [PATCH] Add runner submodule --- .gitmodules | 3 +++ workflow/external_repo | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 workflow/external_repo diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4dd04f3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "workflow/external_repo"] + path = workflow/external_repo + url = https://git.biohpc.swmed.edu/s219741/astrocyte-atac-runner.git diff --git a/workflow/external_repo b/workflow/external_repo new file mode 160000 index 0000000..a00c9cf --- /dev/null +++ b/workflow/external_repo @@ -0,0 +1 @@ +Subproject commit a00c9cffd4efd5c61a1c637afc7ee97231f5c636 -- GitLab