This is the modified part of mafft
modified by gitee@wym6912 / github@wym6912, which is a module of the other program. It has four subprograms: staralign
, profilealign
, profile_two_align
and fragalign
.
- Compile with multi-threading support in Linux/WSL (default):
make -j16
- Compile in Windows:
- required:
Visual Studio 2022
- Open
subwmsa.sln
, then chooseBuild
->Build Solution
. - Open
x64\Debug
folder, you will find five files:staralign.exe
,profilealign.exe
,fragalign.exe
,profile_two_align.exe
, andpthread.dll
.- IMPORTANT:
pthread.dll
is necessary for other exe files. - Note: If you want to release this solution, please switch it to
Release
mode. SelectProperties
, chooseConfiguration Properties
, then pressConfiguration Manager...
button, changeActive Solution configuration
toRelease
.
- IMPORTANT:
- required:
You can see *-command.txt
for more infomation.