{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": "# SequenceCollectionClient tutorial\n\n## Introduction \n\nThe `refget` Python package contains a class called `SequenceCollectionClient` that provides a simple Python API for interacting with a remote refget sequence collections server.\n\n
Learning objectives
\nSummary
\nSequenceCollectionClient(urls) connects to a remote seqcol APIclient.list_collections() and client.get_collection(digest) for listing and retrievalclient.compare(digest_a, digest_b) shows detailed differences between collectionsSequenceCollection.from_dict() creates pydantic models for local manipulation