From 2ef8d9204f2716a0e1c0fcd2f8db29b454742c24 Mon Sep 17 00:00:00 2001 From: rnmitchell <57150382+rnmitchell@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:50:05 -0500 Subject: [PATCH] added genemarker test dir to setup.py and manifest (#71) --- MANIFEST.in | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index acbf06e..97bddaf 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,3 +13,4 @@ include lusSTR/tests/data/kinsnps/* include lusSTR/tests/data/lusstr_output/* include lusSTR/tests/data/LUSPlus_stutter_test/* include lusSTR/tests/data/MPSproto_test/* +include lusSTR/tests/data/genemarker/* diff --git a/setup.py b/setup.py index ff5a149..b5363b1 100755 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ "lusSTR/tests/data/lusstr_output/*", "lusSTR/tests/data/LUSPlus_stutter_test/*", "lusSTR/tests/data/MPSproto_test/*", + "lusSTR/tests/data/genemarker/*", "lusSTR/workflows/*", "lusSTR/wrappers/*", ]