How to use the clustal omega command line tool with custom gap penalty?
1
0
Entering edit mode
19 months ago

Hi all,

I compiled clustal omega (1.2.4) on my laptop and I can use it to align sequences by doing:

clustalo -i sequences.fasta -o output.fasta

in the terminal. I have checked both the help and the readme, but I can't find how to change the parameters for alignment, like the gap penalty, etc. There are online servers that let you do this (https://www.genome.jp/tools-bin/clustalw) or screenshots of GUI that allow for it, but how do I do this with the command line tool? What am I missing?

clustal-omega multiple-sequence-alignment • 1.5k views
ADD COMMENT
1
Entering edit mode
19 months ago
GenoMax 147k

clustal omega and clustalw are two different programs.

From clustalo help:

Clustal Omega uses the HHalign algorithm and its default settings as its core alignment engine. The algorithm is described in Söding, J. (2005) 'Protein homology detection by HMM–HMM comparison'. Bioinformatics 21, 951-960.

The default transition matrix is Gonnet, gap opening penalty is 6 bits, gap extension is 1 bit.

Looks like you can't change these at run time.

ADD COMMENT

Login before adding your answer.

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