From c7bc4304254c84f75933eb6ea57262c16244c98f Mon Sep 17 00:00:00 2001 From: JulioV Date: Tue, 3 Mar 2020 11:08:18 -0500 Subject: [PATCH] Add priority to download participants rule --- rules/preprocessing.snakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/preprocessing.snakefile b/rules/preprocessing.snakefile index 3cbb2b55..2020861e 100644 --- a/rules/preprocessing.snakefile +++ b/rules/preprocessing.snakefile @@ -3,6 +3,7 @@ rule download_participants: group = config["DOWNLOAD_PARTICIPANTS"]["GROUP"], ignored_device_ids = config["DOWNLOAD_PARTICIPANTS"]["IGNORED_DEVICE_IDS"], timezone = config["TIMEZONE"] + priority: 1 script: "../src/data/download_participants.R"