Update test script

pull/95/head
JulioV 2020-08-11 18:03:52 -04:00
parent 3f48a47a14
commit 1dec6764f8
1 changed files with 1 additions and 1 deletions

View File

@ -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...