Skip to content

locale setting failed with latest docker image.  #566

@yangyxt

Description

@yangyxt

Have you checked the FAQ? https://github.com/google/deepvariant/blob/r1.4/docs/FAQ.md:

Describe the issue:
According to the running log: the setlocale failed when trying to change LC_ALL to 'en_US.UTF-8'

Setup

  • Operating system: CentOS7
  • DeepVariant version: 1.4.0
  • Installation method (Docker, built from source, etc.): docker pull
  • Type of data: (sequencing instrument, reference genome, anything special that is unlike the case studies?) DNA seq

Steps to reproduce:

  • Command:

  • singularity run
    -B "/paedyl01/disk1/yangyxt,/usr/lib/locale"
    --env LANG="en_US.UTF-8"
    --env LC_ALL="C"
    --env LANGUAGE="en_US.UTF-8"
    --env LC_CTYPE="UTF-8"
    ......

  • Error trace: (if applicable)
    image

Does the quick start test work on your system?
Please test with https://github.com/google/deepvariant/blob/r0.10/docs/deepvariant-quick-start.md.
Is there any way to reproduce the issue by using the quick start?

Any additional context:

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