Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPU usage is still double in 2.11.1 #262

Closed
ChenfuShi opened this issue Jul 8, 2019 · 3 comments
Closed

CPU usage is still double in 2.11.1 #262

ChenfuShi opened this issue Jul 8, 2019 · 3 comments
Labels

Comments

@ChenfuShi
Copy link

Hi Nicholas,
I have received a complaint from our sysadmins because my jobs were using double the number of CPUs for bowtie. Looking at the bowtie_wrap.sh scripts I see that you set bwt_cpu=$(( $N_CPU / 2 )) but then that variable is not used and instead still uses
cmd="${BOWTIE2_PATH}/bowtie2 ${BOWTIE2_GLOBAL_OPTIONS} --rg-id BMG --rg SM:${prefix} -p ${N_CPU} -x ${BOWTIE2_IDX} -U ${infile} 2>> ${ldir}/${prefix}_bowtie2.log"

This seems to result in calling bowtie with the full number of CPUs

Can you confirm this?
Thanks!

@nservant
Copy link
Owner

Hi,
Which version are you using please ?

@nservant nservant added the bug label Jul 10, 2019
@nservant
Copy link
Owner

sorry just see it in the message title. I will look at it, and fix it as soon as possible
Sorry for that !
N

@nservant
Copy link
Owner

Thanks. Fixed in devel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants