From bc08762aaba8c5b94554077132302313767b1fdb Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Wed, 6 Jan 2021 22:50:58 -0600
Subject: [PATCH] Remove validate structure from test get data

---
 workflow/scripts/bdbag_fetch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workflow/scripts/bdbag_fetch.sh b/workflow/scripts/bdbag_fetch.sh
index 761b9c3..b3b1dd4 100644
--- a/workflow/scripts/bdbag_fetch.sh
+++ b/workflow/scripts/bdbag_fetch.sh
@@ -26,5 +26,5 @@ then
     done
 elif [ "${3}" == "TEST" ]
 then
-    bdbag --validate structure --validate-profile ${1} --debug
+    bdbag --validate-profile ${1} --debug
 fi
-- 
GitLab