How to enable multiple cores/threads for Bowtie2 or BWA using Macbook M2 chip?
1
1
Entering edit mode
14 months ago
weixiaokuan ▴ 140

Dear Community,

I am trying to use bowtie2 or bwa multi-core/threads option to align my reads to genome (-p 4). I am using a MacBook pro m2 chip and it seems cannot fully parallelly use all the cores. using 'top", it shows 4/1 for threads (#TH) and only one process for bowtie2. Could someone clarify this? and let me know how to enable parallel multi-threads for using these aligners on Mac M2 chips? Thank you!

-Xiaokuan

mac bowtie2 bwa m2 • 1.1k views
ADD COMMENT
2
Entering edit mode
14 months ago
GenoMax 141k

Programs do not use all the threads/cores all the time. They will do so during appropriate part of the analysis. As long as you have enabled use of multiple threads on your command line there is nothing else you need to do.

ADD COMMENT
0
Entering edit mode

Thank you for your answer @GenoMax!

Is there a way to dynamically monitor threads usage for a specific command such as bowtie2? I previously assumed that "top" command might show such information but it seems not effective.

Thank you!

ADD REPLY
0
Entering edit mode

top will show thread info but it will be aggregated in % (e.g. you will see 400% use for 4 cores). You could use htop to look at individual cores. Looks for directions to install on net.

ADD REPLY

Login before adding your answer.

Traffic: 2712 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