This is the raw of mafft
modified by github@wym6912, which is a module of the other program. It has one subprogram profiles_wrapper
and MAFFT raw program.
- Compile with multi-threading support in Linux/WSL (default):
cd profiles_wrapper && make -j16
- Compile in Windows:
- required:
Visual Studio 2022
- Open
profiles_wrapper/profiles_wrapper.sln
, then chooseBuild
->Build Solution
. - Open
x64\Debug
folder, you will findprofiles_wrapper.exe
.- 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
.
- Note: If you want to release this solution, please switch it to
- required:
This program is a module of other program. See deMEM for more details.