From 268b2124c6d11f72c8bb935db9091ff26d9e2ab2 Mon Sep 17 00:00:00 2001 From: Ryan Routsong Date: Wed, 8 Nov 2023 17:41:37 -0500 Subject: [PATCH] chore: missed req and submod clone command --- get_submods.sh | 1 + requirements.txt | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 get_submods.sh diff --git a/get_submods.sh b/get_submods.sh new file mode 100755 index 0000000..5b5110f --- /dev/null +++ b/get_submods.sh @@ -0,0 +1 @@ +git submodule update --init --recursive diff --git a/requirements.txt b/requirements.txt index 95f20c6..c9073d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ snakemake requests pandas -wheel \ No newline at end of file +wheel +terminaltables +labkey