Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion cellbase-client/src/main/python/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,12 @@ ID converter
````````````

This tool annotates genomic features with all their associated IDs, making use of 74 different sources for human, including most common databases such as Ensembl, NCBI, RefSeq, Reactome, OMIM, PDB, miRBase or UniProt among others.
In addition, it supports heterogeneous input files with IDs from different sources.

.. code-block:: bash

$ cbtools.py xref BRCA1

A file with multiple variants can also be used.

.. code-block:: bash

Expand Down
5 changes: 2 additions & 3 deletions cellbase-client/src/main/python/pycellbase/cbconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@

_DEFAULT_CONFIG = {
"species": "hsapiens",
"version": "v4",
"rest": {"hosts": ["http://bioinfo.hpc.cam.ac.uk:80/cellbase",
"https://bioinfo.hpc.cam.ac.uk:80/cellbase"]}
"version": "v5",
"rest": {"hosts": ["https://ws.zettagenomics.com/cellbase"]}
}


Expand Down
Loading