Running and Verification
- Use MobaXterm to log in to the server as the root user.
- Go to the installation directory of the executable file.
cd /opt/DevKit/workspace/devadmin/porting/sourcecode/megahit/build
- Run the following command:
make simple_test
- The .fa file used in make simple_test is provided when the software package is downloaded from GitHub. You do not need to download this file individually.
- If the permission is denied, grant the execute permission on megahit in the build directory.
- If the following error information is displayed, run the dos2unix src/megahit command to convert the CRLF line feed character to LF.
'python3\r': No such file or directory
After the command is run, the following information is displayed:
Figure 1 Command output
Parent topic: Practice 2: Porting Megahit Source Code