Skip to content

Commit

Permalink
Added requirement for omafb v2.2.0 to Contextualize_OMA
Browse files Browse the repository at this point in the history
  • Loading branch information
YanNevers authored and YanNevers committed Oct 18, 2023
1 parent 755266b commit 543a691
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions utils/Contextualize_OMA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@
"# Contextualize OMArk results with the OMABrowser"
]
},
{
"cell_type": "markdown",
"id": "32ab5f76",
"metadata": {},
"source": [
"This code require to install the [omadb](https://github.com/DessimozLab/pyomadb/) package version 2.2.0 or higher, If did not do it yet, you can do it using the cell below."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "39ac416b",
"metadata": {},
"outputs": [],
"source": [
"!pip install omadb>=2.2.0"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -476,6 +494,18 @@
"expected_neighbourhood = oc.translate_to_genomic_context(synteny_groups, omamer_map)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "daa27721",
"metadata": {
"scrolled": false
},
"outputs": [],
"source": [
"expected_neighbourhood"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 543a691

Please sign in to comment.