Rate This Document
Findability
Accuracy
Completeness
Readability

Running and Verification

If the source code is scanned and modified on the x86_64 platform, upload the updated source package to the Kunpeng platform for compilation and installation. If the source code is scanned and modified on the Kunpeng platform, you can directly compile and install the source code.

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