tzcoolman / FACS-OLD

0 stars 2 forks source link

Debugging on CI machine #34

Closed brainstorm closed 11 years ago

brainstorm commented 11 years ago

This pull request should serve the purpose of debugging yet another segmentation fault in machines different than UPPMAX.

See issue:

https://github.com/tzcoolman/DRASS/issues/33

brainstorm commented 11 years ago

@tzcoolman, I've enabled debug output to figure out what's going on with the -nan results, namely:

{
309 "total_read_count": 0,
310 "contaminated_reads": 0,
311 "total_hits": 0,
312 "contamination_rate": -nan,
313 "bloom_filename":"/home/travis/builds/brainstorm/DRASS/tests/data/bloom/U00096.2.bloom"
314
}

More info on:

https://travis-ci.org/brainstorm/DRASS/builds/3953843

Let me know if you find the why plz!