Skip to content

Commit 29826ce

Browse files
committed
explicit parsing
1 parent 7d1637a commit 29826ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v03_pipeline/lib/tasks/base/base_loading_run_params.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ class BaseLoadingRunParams(luigi.Task):
4444
)
4545
is_new_gcnv_joint_call = luigi.BoolParameter(
4646
default=False,
47+
parsing=luigi.BoolParameter.EXPLICIT_PARSING,
4748
description='Is this a fully joint-called callset.',
4849
)

0 commit comments

Comments
 (0)