From 819502f1045b8ed9cbbc7584b9e4d3bc1805bdae Mon Sep 17 00:00:00 2001 From: Felix Perez <felix.perez@utsouthwestern.edu> Date: Mon, 29 Jan 2024 15:22:00 -0600 Subject: [PATCH] Add gitmodule file --- .gitmodules | 4 ++++ workflow/file.txt | 0 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 100644 workflow/file.txt diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..90038b1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[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 + btanch = master diff --git a/workflow/file.txt b/workflow/file.txt new file mode 100644 index 0000000..e69de29 -- GitLab