From c1379432b62bfdb35c1a6fd11cf6c1ecefd13d59 Mon Sep 17 00:00:00 2001 From: JulioV Date: Tue, 30 Jun 2020 19:23:03 -0400 Subject: [PATCH] Fix run_tests.sh with new lines of preprocessing.snakefile --- 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 32f2fe10..aaddeae0 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 '10,20 s/^/#/' -e 's/rules.download_dataset.output/"data\/raw\/\{pid\}\/\{sensor\}_raw\.csv"/' rules/preprocessing.snakefile > tmp +sed -e '10,22 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...