From 460d9e534cdd70d919b0d88f13b20895d66e29bb Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Wed, 15 Jul 2020 09:50:56 -0500 Subject: [PATCH] Move createTestData to test_data --- .gitignore | 3 ++- {workflow/scripts => test_data}/createTestData.sh | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename {workflow/scripts => test_data}/createTestData.sh (100%) diff --git a/.gitignore b/.gitignore index f86b65e..f500ef7 100644 --- a/.gitignore +++ b/.gitignore @@ -280,6 +280,7 @@ $RECYCLE.BIN/ # nextflow analysis folders/files /test_data/* +!/test_data/createTestData.sh /workflow/.nextflow/* /workflow/work/* /workflow/output/* @@ -298,4 +299,4 @@ timeline*.html* *.out run*.sh -!.gitkeep \ No newline at end of file +!.gitkeep diff --git a/workflow/scripts/createTestData.sh b/test_data/createTestData.sh similarity index 100% rename from workflow/scripts/createTestData.sh rename to test_data/createTestData.sh -- GitLab