guanchangge / mosaik-aligner

Automatically exported from code.google.com/p/mosaik-aligner
0 stars 0 forks source link

MosaikJump got stuck in writing position databases #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. MosaikJump -ia chrall.dat -out chrall_15 -hs 15 -mhp 100
2. The program will get stuck in writing position files
3.

What is the expected output? What do you see instead?
Expected: finished jump database creation.
Saw: program got stuck in here for ever
- hashing reference sequence:
100%[=============================================================] 1,823,934 
hashes/s       in 28:40

- serializing final sorting vector... finished.

- writing jump positions database:
 4% [=>                                                   ]    0.0000 hash positions/s       ETA  0 s /

What version of the product are you using? On what operating system?
1.1.0021    Red Hat 4.1.1-52

Please provide any additional information below.
I checked past issues and some people say when tmp is full you may get a 
problem writing jump database. But I already added this to my .bashrc file:
export TMPDIR=~/MyTMP (which has a huge space)

Original issue reported on code.google.com by piconano...@gmail.com on 5 Jan 2011 at 9:26