Fix run_tests.sh with new lines of preprocessing.snakefile
parent
06edf53016
commit
c1379432b6
|
@ -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...
|
||||
|
|
Loading…
Reference in New Issue