Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perl: warning: Setting locale failed #11

Closed
zhudakai opened this issue Apr 7, 2020 · 1 comment
Closed

perl: warning: Setting locale failed #11

zhudakai opened this issue Apr 7, 2020 · 1 comment

Comments

@zhudakai
Copy link

zhudakai commented Apr 7, 2020

Hi there, I've run this:

singularity exec trust4-singularity.sif /TRUST4/run-trust4 -b M1500497.bam

then met with the following errors:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
[Mon Apr 6 23:59:06 2020] TRUST4 begins.
Need to use -f to specify the sequence of annotated V/D/J/C genes' sequence.

Please could you help? Thanks!

Dakai

@mourisl
Copy link
Collaborator

mourisl commented Apr 7, 2020

The warning is fine. There are two required option -f and --ref, e.g:
singularity exec trust4-singularity.sif /TRUST4/run-trust4 -b M1500497.bam -f hg38_bcrtcr.fa --ref human_IMGT+C.fa .
You can add other options like "-t" for multithreading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants