@@ -131,13 +131,16 @@ def __init__(
131131 def __repr__ (self ):
132132 text = (
133133 f"<MalariaGEN Adir1 API client>\n "
134- f"Storage URL : { self ._url } \n "
135- f"Data releases available : { ', ' .join (self .releases )} \n "
136- f"Results cache : { self ._results_cache } \n "
137- f"Cohorts analysis : { self ._cohorts_analysis } \n "
138- f"Site filters analysis : { self ._site_filters_analysis } \n "
139- f"Software version : malariagen_data { malariagen_data .__version__ } \n "
140- f"Client location : { self .client_location } \n "
134+ f"Storage URL : { self ._url } \n "
135+ f"Data releases available : { ', ' .join (self ._available_releases )} \n "
136+ f"Results cache : { self ._results_cache } \n "
137+ f"Cohorts analysis : { self ._cohorts_analysis } \n "
138+ f"Site filters analysis : { self ._site_filters_analysis } \n "
139+ f"Software version : malariagen_data { malariagen_data .__version__ } \n "
140+ f"Client location : { self .client_location } \n "
141+ f"Data filtered to unrestricted use only: { self ._unrestricted_use_only } \n "
142+ f"Data filtered to surveillance use only: { self ._surveillance_use_only } \n "
143+ f"Relevant data releases : { ', ' .join (self .releases )} \n "
141144 f"---\n "
142145 f"Please note that data are subject to terms of use,\n "
143146 f"for more information see https://www.malariagen.net/data\n "
@@ -171,7 +174,7 @@ def _repr_html_(self):
171174 <th style="text-align: left">
172175 Data releases available
173176 </th>
174- <td>{ ', ' .join (self .releases )} </td>
177+ <td>{ ', ' .join (self ._available_releases )} </td>
175178 </tr>
176179 <tr>
177180 <th style="text-align: left">
0 commit comments