From f29429f0d0288da3094e45b1d5002e789e78a167 Mon Sep 17 00:00:00 2001 From: mike cullerton Date: Wed, 30 Dec 2020 10:04:10 -0500 Subject: [PATCH] Modified study_info do_task_validate_only so that we take the default path in ind_update workflow. --- crc/scripts/study_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crc/scripts/study_info.py b/crc/scripts/study_info.py index c4b1bffd..6bd13d3f 100644 --- a/crc/scripts/study_info.py +++ b/crc/scripts/study_info.py @@ -326,7 +326,7 @@ Returns information specific to the protocol. "IS_HGT": None, "IS_IBC": None, "IS_IDE": None, - "IS_IND": None, + "IS_IND": 1, "IS_MENTAL_IMPAIRMENT_POP": None, "IS_MINOR": None, "IS_MINOR_PARTICIPANT": None,