Fix Travis due to preprocessing updates

pull/95/head
kaguillera 2020-08-04 18:39:29 -04:00
parent a726a52525
commit 639e54a247
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 '10,22 s/^/#/' -e 's/rules.download_dataset.output/"data\/raw\/\{pid\}\/\{sensor\}_raw\.csv"/' rules/preprocessing.snakefile > tmp
sed -e '27,39 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...