diff options
author | zsloan | 2022-04-18 19:50:54 +0000 |
---|---|---|
committer | zsloan | 2022-04-18 19:50:54 +0000 |
commit | e8d005b0a3dbe75acbe7c84435749a4da5ee92a4 (patch) | |
tree | 7e1519ac501bddfadce8e752b977adb1f45d8ba4 | |
parent | 059bd7f954bf08a6e1d87b2cde40fe231fbc0be3 (diff) | |
download | genenetwork2-e8d005b0a3dbe75acbe7c84435749a4da5ee92a4.tar.gz |
Add BXD-Micturition to BXD-equivalent groups
This is necessary for the coloring of the gene band rectangles to work
correctly (because a query it runs needs the BXD strain ID)
-rw-r--r-- | wqflask/wqflask/marker_regression/display_mapping_results.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/marker_regression/display_mapping_results.py b/wqflask/wqflask/marker_regression/display_mapping_results.py index 2c7bba46..7eecbd22 100644 --- a/wqflask/wqflask/marker_regression/display_mapping_results.py +++ b/wqflask/wqflask/marker_regression/display_mapping_results.py @@ -526,7 +526,7 @@ class DisplayMappingResults: RISet = self.dataset.group.name if RISet in ('AXB', 'BXA', 'AXBXA'): self.diffCol = ['B6J', 'A/J'] - elif RISet in ('BXD', 'BXD300', 'B6D2F2', 'BDF2-2005', 'BDF2-1999', 'BHHBF2', 'BXD-Harvested', 'BXD-Longevity', 'BXD-AE', 'B6D2RI', 'BXD-Bone', 'DOD-BXD-GWI', 'BXD-Heart-Metals', 'UTHSC-Cannabinoid'): + elif RISet in ('BXD', 'BXD300', 'B6D2F2', 'BDF2-2005', 'BDF2-1999', 'BHHBF2', 'BXD-Harvested', 'BXD-Longevity', 'BXD-Micturition', 'BXD-AE', 'B6D2RI', 'BXD-Bone', 'DOD-BXD-GWI', 'BXD-Heart-Metals', 'UTHSC-Cannabinoid'): self.diffCol = ['B6J', 'D2J'] elif RISet in ('CXB'): self.diffCol = ['CBY', 'B6J'] |