Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Identity By State variant streamer fails with write error #213

@pbilling

Description

@pbilling

I am trying to apply the IdentityByState pipeline to my variant data, but it reliably (n=4) fails with a write error.

Error message:

(dd6b6f2b6ea510df): Workflow failed. Causes: (dd6b6f2b6ea5110a): S07:VariantStreamer/ParDo(RetrieveVariants)+VariantStreamer/ParDo(ConvergeVariantsList)+JoinNonVariantSegmentsWithVariants.BinShuffleAndCombineTransform/ParDo(BinVariants)+JoinNonVariantSegmentsWithVariants.BinShuffleAndCombineTransform/GroupByKey/Reify+JoinNonVariantSegmentsWithVariants.BinShuffleAndCombineTransform/GroupByKey/Write failed.

Command:

$ java -cp target/google-genomics-dataflow-v1-0.8-SNAPSHOT-runnable.jar com.google.cloud.genomics.dataflow.pipelines.IdentityByState \
--project=gbsc-gcp-project-mvp \
--variantSetId=17987177733120369382 \
--runner=BlockingDataflowPipelineRunner \
--stagingLocation=gs://gbsc-gcp-project-mvp-group/test/dataflow-java/ibs/mvp-phase-2/staging \
--references=chr17:41196311:41277499 \
--hasNonVariantSegments \
--output=gs://gbsc-gcp-project-mvp-group/test/dataflow-java/ibs/mvp-phase-2/result/17987177733120369382-n1820-ibs.tsv

I'm trying right now with the "--hasNonVariantSegments" flag removed, but this is data generated from gVCF files, after processing with the non-variant-segment-transformer, so it should have non-variant segments.

I'm not really sure what this means or how I can go about debugging it. Any ideas are greatly appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions