Lighter icon indicating copy to clipboard operation
Lighter copied to clipboard

lighter installed from homebrew fails to complete

Open rec3141 opened this issue 7 years ago • 3 comments

I installed lighter 1.1.1 on MacOS 10.12.4 via homebrew and it repeatedly stalled after the 'storing trusted kmers' until I killed it after 10 minutes of 0% CPU usage. It started to write the corrected R1 reads before it stalled. I reinstalled from the github repo and it works fine. I'm not sure what the difference is.

[2017-06-30 11:12:18] =============Start====================
[2017-06-30 11:12:18] Scanning the input files to infer alpha(sampling rate)
[2017-06-30 11:12:44] Average coverage is 199.402 and alpha is 0.035
[2017-06-30 11:12:45] Bad quality threshold is "@"
[2017-06-30 11:13:33] Finish sampling kmers
[2017-06-30 11:13:33] Bloom filter A's false positive rate: 0.001737
[2017-06-30 11:17:45] Finish storing trusted kmers

rec3141 avatar Jun 30 '17 19:06 rec3141

I think this is a CLANG+OpenMP vs GCC issue.

tseemann avatar Jul 01 '17 01:07 tseemann

It only works on Mojave if I give it one thread. @tseemann is on to something!

andersgs avatar Oct 06 '18 03:10 andersgs

@rec3141 what does brew linkage lighter say?

Try also brew reinstall -s -v lighter to build from source on your local machine.

tseemann avatar Oct 06 '18 21:10 tseemann