我要评分
获取效率
正确性
完整性
易理解

Running and Verification

  1. Use MobaXterm to log in to the server as the root user.
  2. Go to the installation directory of the executable file.
    cd /opt/DevKit/workspace/devadmin/porting/sourcecode/megahit/build
  3. 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