How to fix bowtie2-align error: Setting locale failed.
2
0
Entering edit mode
9.4 years ago

I download the source package from the sourceforge site, build bowtie2 by running GNU make. After the software installed, typed the command 'bowtie2', here are the results:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings: LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.iso885915" are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
No index, query, or output file specified!
...
(ERR): bowtie2-align exited with value 1

There must something wrong, please tell me.

software-error • 9.3k views
ADD COMMENT
1
Entering edit mode
9.4 years ago
Cytosine ▴ 460

Locale may not be set correctly, but that does not interfere with running your Bowtie2 installation.

This error says it all: No index, query, or output file specified!

Use the options to set the necessary files for Bowtie to run.

You can use the locale-gen program, if you want to set the appropriate locale for your system.

ADD COMMENT
0
Entering edit mode
9.4 years ago
iraun 6.2k

Take a look to this: http://www.linuxquestions.org/questions/showthread.php?p=3540541#post3540541 . I guess the problem becomes from your local environment settings.

ADD COMMENT

Login before adding your answer.

Traffic: 2870 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6