From 1dec6764f8e7c9d90b1e31342adc5d91e43df9f9 Mon Sep 17 00:00:00 2001 From: JulioV Date: Tue, 11 Aug 2020 18:03:52 -0400 Subject: [PATCH] Update test script --- tests/scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index e96c2f8a..6c1872a2 100755 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -19,7 +19,7 @@ cp tests/data/external/* data/external # cp rules/preprocessing.snakefile bak echo Disabling downloading of dataset... -sed -e '27,39 s/^/#/' -e 's/rules.download_dataset.output/"data\/raw\/\{pid\}\/\{sensor\}_raw\.csv"/' rules/preprocessing.snakefile > tmp +sed -e '46,58 s/^/#/' -e 's/rules.download_dataset.output/"data\/raw\/\{pid\}\/\{sensor\}_raw\.csv"/' rules/preprocessing.snakefile > tmp cp tmp rules/preprocessing.snakefile echo Running RAPIDS Pipeline on testdata...