Hey Karl,
I used the GNapi to get a list of all published phenotypes before, but it seems that the API cannot do this anymore.
I can still get individual phenotypes using:
list_datasets("BXD", "10001")
However it doesn't seem possible to get a list of all phenotype datasets, since
list_datasets("BXD")
doesn't show the them anymore.
Is there a way to get all phenotype IDs "10001", "10002", etc, so I can query them ?