Skip to content

Commit 26001f9

Browse files
author
Sanjay Gopala Krishna
committed
Added new track repo
1 parent 164ea48 commit 26001f9

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

example/HLA_PepClust_testing.ipynb

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,31 @@
4848
"## Create python env and install HLA-PepClust"
4949
]
5050
},
51+
{
52+
"cell_type": "markdown",
53+
"metadata": {},
54+
"source": [
55+
"- ;Hi\n",
56+
"- Hell0"
57+
]
58+
},
59+
{
60+
"cell_type": "code",
61+
"execution_count": 1,
62+
"metadata": {},
63+
"outputs": [
64+
{
65+
"name": "stdout",
66+
"output_type": "stream",
67+
"text": [
68+
"HLA-PepClust cloned successfully.\n"
69+
]
70+
}
71+
],
72+
"source": [
73+
"print(\"HLA-PepClust cloned successfully.\")"
74+
]
75+
},
5176
{
5277
"cell_type": "code",
5378
"execution_count": 2,
@@ -854,7 +879,16 @@
854879
"name": "python3"
855880
},
856881
"language_info": {
857-
"name": "python"
882+
"codemirror_mode": {
883+
"name": "ipython",
884+
"version": 3
885+
},
886+
"file_extension": ".py",
887+
"mimetype": "text/x-python",
888+
"name": "python",
889+
"nbconvert_exporter": "python",
890+
"pygments_lexer": "ipython3",
891+
"version": "3.12.9"
858892
}
859893
},
860894
"nbformat": 4,

0 commit comments

Comments
 (0)