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