Created
June 26, 2016 01:57
-
-
Save poliu2s/f25686f296f156aa725d0ac2f495a23f to your computer and use it in GitHub Desktop.
Output when running the visualiserFilter.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/projects/boab/src master python visualiserFilter.py | |
/usr/local/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment. | |
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.') | |
Main visualiser | |
./res_performance | |
Visualise - Reading data | |
Visualise - Filtering data | |
Score limit: {} | |
Limiter value(s): None | |
Visualise - Listing data | |
Traceback (most recent call last): | |
File "visualiserFilter.py", line 1053, in <module> | |
visualise('./res_performance/_22probeLen_FE', './res_performance', 0) | |
File "visualiserFilter.py", line 72, in visualise | |
listResult = listsData(parsedResult, scoreLim, artefactSuppress) | |
File "visualiserFilter.py", line 522, in listsData | |
listResult = resultPool.get() | |
File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py", line 567, in get | |
raise self._value | |
KeyError: 'duplex' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ran with this cmd: