Segmentation fault (core dumped) error when running MUSCLE
2
0
Entering edit mode
2.6 years ago
Zhang • 0

I come across a question when running the multiple sequence alignment program MUSCLE.

My operation system is win10, with a WSL, ubuntu LTS 18.

I download the MUSCLE program , and run the command.

tar    -zxvf    muscle3.8.31_i86linux64.tar.gz

mv    muscle3.8.31_i86linux64       muscle

chmod  +x   muscle

Then I run the program,

muscle

but an error ocurrs, "segmentation fault (core dumped)".

This problem often ocurrs due to the limited memory. However, I just run "muscle" with zero input. The same problem still happened when I test a only 100 byte fasta file.

Any one has a suggestion? Thank you sincerely.

WSL segmentation-fault MUSCLE • 2.9k views
ADD COMMENT
0
Entering edit mode

Possibly, installing muscle from the ubuntu repository or compiling the software from source might help.

ADD REPLY
0
Entering edit mode

Could you tell me how to upvote and accept an answer? There was no response when I was clicking the thumbs-up button or tick button.

ADD REPLY
0
Entering edit mode

Click on the check mark. That will turn it green and accept @5heikki's answer.

ADD REPLY
3
Entering edit mode
2.6 years ago
5heikki 11k

It also failed on Ubuntu LTS 20.04 on WSL2, however this worked:

mkdir muscle
cd muscle
wget https://www.drive5.com/muscle/muscle_src_3.8.1551.tar.gz
tar xzvf muscle_src_3.8.1551.tar.gz
make
./muscle
ADD COMMENT
0
Entering edit mode

Thank Michael Dondrup, joe and 5heikki very much.

As you all suggested I re-install MUSCLE. The way 5heikki told me really works, and I don't know if conda works.

Thanks again.

ADD REPLY
0
Entering edit mode

If an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one if they work.
upvote_bookmark_accept

ADD REPLY
0
Entering edit mode
2.6 years ago
joe ▴ 510

Try installing and using within a conda environment. This is often the quickest and easiest solution for software that has dependencies that may or may not get installed correctly ...

ADD COMMENT

Login before adding your answer.

Traffic: 2918 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