Closed GoogleCodeExporter closed 8 years ago
Strange.
It's interesting to note that it died right after you processed the normal
chromosomes (e.g. died when ref seqs: 22).
Other than that, we routinely process some references that are much larger than
the
ones used in the human genome. So it's normally not a problem.
Could you try using the latest version of MOSAIK (1.0.1370) to see if the
problem
still exists?
Alternatively, I'll probably need to download the hg19.fa.gz that you created
and run
it our Mac to see if I can reproduce the error.
Cheers,
// Michael
Original comment by snowneb...@gmail.com
on 16 Jan 2010 at 2:58
Mosaik uses upto about 3.5Gb of memory and then it gives the error.
My friend tells me that it's probably because I am using the 32-bit version of
Mosaik, which can access upto 4Gb.
(I am running it in Mac OS X Server Leopard 10.5.8)
I tried compiling using 64-bit from source but it failed probably because I am
not
very familiar with Mac OSX and I didn't do it properly.
Do you have a 64-bit version of Mosaik for Mac or directions on how to compile?
Thank you.
Original comment by fyz...@gmail.com
on 17 Jan 2010 at 4:38
I got it to work!
I had to include "-arch x86_64" in macosx.inc and compiled again to make a
64-bit
version of Mosaik for MacOSX.
I just ran MosaikBuild with entire human genome without any problems.
My macosx.inc looks like this:
# define our processor specific flags
export PLATFORM_FLAGS = -arch x86_64 -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE
export LDFLAGS = -Wl -arch x86_64
Original comment by fyz...@gmail.com
on 17 Jan 2010 at 6:40
Sweet!
I'll include this into the include file today. I have already added the 64-bit
binary
download thanks to your help.
Cheers,
// Michael
Original comment by snowneb...@gmail.com
on 17 Jan 2010 at 3:13
Original issue reported on code.google.com by
fyz...@gmail.com
on 15 Jan 2010 at 12:43