Hisat2 computing efficiency too low
1
0
Entering edit mode
3.6 years ago
ianlee96 ▴ 10

I use wsl(ubuntu) to run Hisat2, it covers >30% cpu and >=0.1 memory while cpu and memory went very high at the time I use hisat2-build how can I improve the computing efficiency? thanks!

Hisat2 RNASeq • 1.2k views
ADD COMMENT
0
Entering edit mode

this is the script I use

 #!/bin/bash
    for i in {LbG1,LbG2,LbG3,LbT1,LbT2,LbT3,LbR1,LbR2,LbR3,LrG1,LrG2,LrG3,LrT1,LrT2,LrT3,LrR1,LrR2,LrR3}
    do echo $i
        hisat2 -x index_build -1 /mnt/c/SCIProgram/trans/01clean_data/${i}_1.clean.gz -2 /mnt/c/SCIProgram/trans/01clean_data/${i}_2.clean.gz -S /mnt/c/SCIProgram/trans/02hisat2/hisat2_output/${i}_hisat2_output -p 11
    done

and this is the code

bash run.sh
ADD REPLY
0
Entering edit mode

What machine are you running on, how many cores and memory total, and is this SSD or spinning disks?

ADD REPLY
0
Entering edit mode

6cores, 12 threads, 8 mem, ssd, windows11(wsl/Ubuntu)

ADD REPLY
1
Entering edit mode
3.6 years ago
ianlee96 ▴ 10

I solved the problem by rebuilding index

ADD COMMENT

Login before adding your answer.

Traffic: 4714 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6