Skip to content

Uncrecognized flag "input_pattern" error in 0.7.0 release. #475

@tneymanov

Description

@tneymanov

0.7.0 seems to have introduced a bug for vcf_to_bq and vcf_to_bq_preprocessor pipelines with regards to input_pattern flag usage.

Operation Info:

  • description: |-
    Stopped running "/opt/gcp_variant_transforms/bin/vcf_to_bq_preprocess --project my_project --input_pattern gs://my_bucket/
    test.g.vcf --report_path gs://my_bucket/test_preprocessor_report.tsv --resolved_headers_path gs://my_bucket/test_resolved_headers.vcf --report_all_conflicts true --temp_location gs://my_bucket/temp --job_name vcf-to
    -bigquery-preprocess-2019-04-15-13-39-38-850 --runner DataflowRunner --region us-central1": exit status 1: getopt: unrecognized option '--input_pattern'
    getopt: unrecognized option '--report_path'
    getopt: unrecognized option '--resolved_headers_path'
    getopt: unrecognized option '--report_all_conflicts'
    getopt: unrecognized option '--job_name'
    getopt: unrecognized option '--runner'
    getopt: unrecognized option '--region'
    details:
    '@type': type.googleapis.com/google.genomics.v2alpha1.ContainerStoppedEvent
    actionId: 4
    exitStatus: 1
    stderr: |
    getopt: unrecognized option '--input_pattern'
    getopt: unrecognized option '--report_path'
    getopt: unrecognized option '--resolved_headers_path'
    getopt: unrecognized option '--report_all_conflicts'
    getopt: unrecognized option '--job_name'
    getopt: unrecognized option '--runner'
    getopt: unrecognized option '--region'
    timestamp: '2019-04-15T18:41:54.155391Z'

  • commands:
    - /opt/gcp_variant_transforms/bin/vcf_to_bq_preprocess
    - ...
    entrypoint: ''
    environment: {}
    flags: []
    imageUri: gcr.io/gcp-variant-transforms/gcp-variant-transforms
    labels: {}
    mounts: []
    name: ''
    pidNamespace: ''
    portMappings: {}

Metadata

Metadata

Assignees

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