Rate This Document
Findability
Accuracy
Completeness
Readability

Running and Verifying MAFFT

Procedure

  1. Run the following command to go to the test directory:
    cd /path/to/CASE
  2. Run the following command to add the environment variable:
    export PATH=/path/to/MAFFT/bin:$PATH
  3. Run the following command to check whether the software is correctly installed:
    { time MAFFT_N_THREADS_PER_PROCESS="1" MAFFT_MPIRUN="mpirun --allow-run-as-root -n 128" MAFFT_TMPDIR="/path/to/CASE" mafft --mpi --large --globalpair ex1.txt > kp_out; } 2>&1 | tee -a  `hostname`_`date '+%Y%m%d%H%M%S'`.log

    The following figure shows the execution result: