Running and Verifying pblat
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following commands to create a test file directory and copy the test files:
mkdir /path/to/PBLAT/test cp hg19.fa /path/to/PBLAT/test cp NONCODEv5_human.fa.gz /path/to/PBLAT/test
- Run the following command to go to the test case directory:
cd /path/to/PBLAT/test
- Run the following command to process the test case files:
gzip -d NONCODEv5_human.fa.gz cat NONCODEv5_human.fa | grep -v "^#" | head -799996 > test-799996.fa
- Run the following command to perform a test:
{ time pblat -threads=96 hg19.fa test-799996.fa out.psl ; } 2>&1 |tee pblat-kunpeng.logCheck the real value (in seconds) in the pblat-kunpeng.log file. A smaller value indicates higher performance.
Figure 1 is an example of the output result.
Parent topic: pblat 2.1 Porting Guide (CentOS 7.6)
