Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
babinyurii authored May 30, 2022
1 parent ecae6ba commit 6250b42
Showing 1 changed file with 49 additions and 3 deletions.
52 changes: 49 additions & 3 deletions run_apobec.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,56 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": []
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n",
" ---------------\n",
" job started at 2022-05-30 17:01:40 ...\n",
" ---------------\n",
" \n"
]
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "9a8efbf703f24b6c8211719b771f591d",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"IntProgress(value=0, bar_style='success', max=1)"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n",
" \n",
" file processed: 1\n",
" time taken: 0.0 hours 0.0 minutes 0 seconds\n",
" \n",
" the results are in the folder 'output_apobec'\n",
" \n",
" ---------------\n",
" ... job finished at 2022-05-30 17:01:41\n",
" ---------------\n",
" \n",
" \n"
]
}
],
"source": [
"%run -m apobec.count_cg_to_ta"
]
},
{
"cell_type": "code",
Expand Down

0 comments on commit 6250b42

Please sign in to comment.