diff options
author | zsloan | 2022-11-23 23:28:22 +0000 |
---|---|---|
committer | zsloan | 2022-11-23 23:29:55 +0000 |
commit | d318b1d649a3ece1a5a6c24bcd3496e14dbc69cd (patch) | |
tree | 84696bbaf199d139a7acd254677fab7a63b27ccd /.gitignore | |
parent | 0886baf8971c48a13c78c3c6397f486898ff4700 (diff) | |
download | genenetwork2-d318b1d649a3ece1a5a6c24bcd3496e14dbc69cd.tar.gz |
Make some changes to prevent show_corr_results.py bugs (details below)
At one point the MonadicDict of the dataset ob was being passed to create_trait, which does not work. I changed it back to passing the object
Another place calls "as_dict" on the dataset ob, which doesn't work; I had to call as_monadic_dict().data for that
Some traits are also None for some reason, which caused an error in the filter. For now I just used an if/else, but someone can deal with this differently later
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions