Skip to content

Commit

Permalink
Merge pull request #1280 from izcram/fix/TaskClassAmbigiousException
Browse files Browse the repository at this point in the history
attempt to fix TaskClassAmbigiousException in some pipeline runs #1278
  • Loading branch information
zfisch authored Nov 9, 2020
2 parents 6695664 + 1708365 commit 35061ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OS := $(shell uname -s)

MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))

LUIGI_ROOT_TASK = GenerateReleaseArchive
LUIGI_ROOT_TASK = CompileVCFFiles.GenerateReleaseArchive
LUIGI_WORKERS = 8

# the path to seqrepo in the container; this is mounted separately from the rest of /files/resources
Expand Down
2 changes: 2 additions & 0 deletions pipeline/workflow/CompileVCFFiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
import luigi
from luigi.util import requires

luigi.auto_namespace(scope=__name__)

from workflow import bayesdel_processing, esp_processing, gnomad_processing, pipeline_common, pipeline_utils
from workflow.pipeline_common import DefaultPipelineTask, clinvar_method_dir, lovd_method_dir, \
functional_assays_method_dir, data_merging_method_dir, priors_method_dir, priors_filter_method_dir, \
Expand Down

0 comments on commit 35061ab

Please sign in to comment.