Message seen when performing alignment
2
0
Entering edit mode
9 weeks ago
K • 0

It's my first time doing alignment and I keep getting this message, is this normal?

enter image description here

bwa alignment • 791 views
ADD COMMENT
1
Entering edit mode

Please do not paste screenshots of plain text content, it is counterproductive. You can copy paste the content directly here (using the code formatting option shown below), or use a GitHub Gist if the content volume exceeds allowed length here.

ADD REPLY
3
Entering edit mode
9 weeks ago
GenoMax 141k

Yes this is normal.

ADD COMMENT
1
Entering edit mode

Yes, normal and actually something that in 99.99% of cases you don't need. If you inspect the bwa mem C source code you'll see that you also cannot turn this off because the relevant lines miss an argument to respect the verbosity setting of bwa mem (which you should actually be able to set to make the tool less talky), so easiest is to simply ignore it.

For example, here is one line that you could turn off to be printed to screen when verbosity is 3 or higher:

https://github.com/lh3/bwa/blob/master/bwamem_pair.c#L91

And here is the stuff you see on screen without any verbosity switch:

https://github.com/lh3/bwa/blob/master/bwamem_pair.c#L97

ADD REPLY
0
Entering edit mode

Okay thank you, i have another question if you don't mind. How long will it take if my sample size R1&R2 is 53 gb each

ADD REPLY
1
Entering edit mode

It will take several hours (4-5 h with 8-12 cores). The time would be dependent on kind of hardware you have access to and performance of the storage system.

ADD REPLY
0
Entering edit mode

Oh if that's the case then maybe i am doing something wrong. It's been more than 15 hours since i started the process and still no sign of completing.

ADD REPLY
1
Entering edit mode

It depends on your storage, the memory available, the CPU speed, number of cores and to some extend on the experiment. I tend to remember that a 30x WGS sample took 12h on our high-performance cluster with 16 cores using a decent node. If the job runs (check by top) it is fine, get coffee and wait.

ADD REPLY
0
Entering edit mode

My workstation processor is intel xeon with 128 gb ram and 10 TB storage, it's an old computer.

ADD REPLY
1
Entering edit mode

Long as you are using multiple cores (Xeon should have them) you are maximizing the resource use. If you have an older computer and spinning disks then things can take long(er).

ADD REPLY

Login before adding your answer.

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