Muscle alignment error
1
0
Entering edit mode
4.2 years ago
hypeanut • 0

Hi, I wanted to align several genomes, and I used the cat command to form a fasta file containing all DNA sequences of several organisms. Then I tried to use Muscle to perform the alignment in the terminal by typing in:

$muscle -in input.fasta -fastaout output.afa

However, the program ended itself and reported:

try 3999 seqs, lengths min 501, max 9616375, avg 82643

00:51:46  1945 MB(-194%)  Iter   1  100.00%  K-mer dist pass 1

00:51:46  1945 MB(-194%)  Iter   1  100.00%  K-mer dist pass 2

Killed29  8544 MB(-851%)  Iter   1    2.40%  Align node

Could someone please help me interpreting this error message? Thanks in advance!

muscle dna alignment • 2.1k views
ADD COMMENT
0
Entering edit mode

What kind of "genomes" are these? Considering min and max values of size that seems like a rather wide range for these to be comparable using a multiple sequence alignment.

ADD REPLY
0
Entering edit mode
4.2 years ago
Mensur Dlakic ★ 28k

It looks like you have ~330 million residues. Muscle is not meant for aligning that kind of data - most aligners aren't either. The program likely gets killed because it blows through the available memory. Even if it didn't, it would take longer than what you could wait for.

ADD COMMENT

Login before adding your answer.

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