% mafft --dash input > outputThe input sequences are sent to the DASH sevice. Homologs with structural information are added and aligned with the original input sequences.
The added homologs can be excluded from the output by:
% mafft --dash --originalseqonly input > output
By default, the G-INS-i alignment strategy is used. Alignment strategy can be switched to L-INS-i by
% mafft --dash --localpair input > output
Can be combined with mafft-homologs.rb
% mafft-homologs.rb -l -d databasename -o '--dash' input > outputpsiblast (in BLAST+) is required.
In the source package, the following procedure enables this feature.
From: #DASH_CLIENT = dash_client To: DASH_CLIENT = dash_client
% cd mafft-x.x/core/ % make clean % make % su # make installGo compiler is required.