Closed brainstorm closed 11 years ago
I ll take over from here. no worries @brainstorm I ll let you know when the new PR is good to merge
good to merge i guess... the results on travis look correct
Enze, can you try running cd tests && nosetests -v -s test_basic.py
? I'm still not getting output after merging your PR locally:
$ nosetests -v -s test_basic.py
Build bloom filters out of the reference genomes directory. ... ('dev/facs/tests/data/reference/dm3/seq/dm3.fa', 'dev/facs/tests/data/bloom/dm3.bloom')
('dev/facs/tests/data/reference/eschColi_K12/seq/eschColi_K12.fa', 'dev/facs/tests/data/bloom/eschColi_K12.bloom')
('dev/facs/tests/data/reference/phiX/seq/phiX.fa', 'dev/facs/tests/data/bloom/phiX.bloom')
ok
Query against the uncompressed FastQ files files manually deposited ... ok
----------------------------------------------------------------------
Ran 2 tests in 0.005s
OK
Actually, the output for test_basic.py
does not show up in travis either:
https://travis-ci.org/SciLifeLab/facs/builds/14794075#L632
It is not only about the output, self.results
in test_basic.py
should contain JSON documents...
Got it! My fault indeed https://github.com/SciLifeLab/facs/commit/35e2a0ad18bbf7eadc74d921cca36c1f0006cc1b
Somewhere in between those two builds:
https://travis-ci.org/SciLifeLab/facs/builds/13155812#L629 https://travis-ci.org/SciLifeLab/facs/builds/13128914#L629
The python
JSON
output forfacs.query
got lost:@tzcoolman Could you please help me fix this one? It seems that it originated from pull request #75 while introducing changes for MPI someone slipped under my radar :-/
It is probably related to the new handling of the
report()
function in that PR (https://github.com/SciLifeLab/facs/pull/75/files#diff-f011c1f4c85573e7323c6a9d9dc721e8L226), but I am not sure...This direcly affects the benchmarks since the JSON results are not being reported, so we need this fixed asap.
Thanks Enze!