dterg

Results 7 comments of dterg

Sure thing: np.array([[23, 56, 39, 34, 1906, 203, 20, 23, 19, 1793, 204, 32, 88, 408, 1530, 415],[205, 86, 32, 25, 1710, 276, 120, 168, 122, 1372, 475, 6, 29,...

Thanks for the explanation. I am currently using Chi2, but the error is thrown in the following functions and lines: File "C:\Users\~\AppData\Local\Continuum\Anaconda2\lib\site-packages\FisherExact\Fisher.py", line 130, in fisher_exact tmp_res = _fisher_sim(c, replicate,...

Thanks for the explanation, article reference and your time. I will test it this weekend and get back to you.

Make sure you change the url address in the _config.yml to your github.io address

This is still an issue for me as well, despite changing the `build.grade` as detailed above. `conductor-server` complains specifically in the `/app/startup.sh`: ``` : not founderver | /app/startup.sh: line 14:...

Sorry I meant `self.tagger`. `self.tagger` is not assigned prior to calling it therefore line 88 and line 187 where there's the statement: `tree = self.tagger.parse(final_string_pos)`, gives the error: `AttributeError: 'LoadData'...

Contacted you about work in progress. Regarding the script, I'm having a bit of a hard time getting this to work with the demo data. Although I haven't yet had...