We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6320047 commit 5cd669fCopy full SHA for 5cd669f
1 file changed
malariagen_data/adir1.py
@@ -135,7 +135,7 @@ def __repr__(self):
135
f"Storage URL : {self._url}\n"
136
f"Data releases available : {', '.join(self.releases)}\n"
137
f"Results cache : {self._results_cache}\n"
138
- # f"Cohorts analysis : {self._cohorts_analysis}\n"
+ f"Cohorts analysis : {self._cohorts_analysis}\n"
139
f"Site filters analysis : {self._site_filters_analysis}\n"
140
f"Software version : malariagen_data {malariagen_data.__version__}\n"
141
f"Client location : {self.client_location}\n"
0 commit comments