Skip to content

Commit

Permalink
checkpoint before clock modelling in BEAST
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Feb 17, 2021
1 parent 1471e40 commit ff71d89
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/results/latest/snippy_multi/constant_sites.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1118602,1006722,1017783,1115293
Binary file added docs/results/latest/treemmer/treemmer_rtl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 13 additions & 3 deletions workflow/notebooks/2_treemmer.py.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -904,18 +904,27 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 18,
"id": "armed-petersburg",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"DEPRECATED: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.\n",
"\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"keep:\t 247\n",
"tree:\t 247\n",
"df:\t 247\n",
"align:\t 247\n"
"align taxa:\t 247\n",
"align taxa: 4207\n"
]
}
],
Expand Down Expand Up @@ -969,7 +978,8 @@
"# Tree might have a bit more for retained internal nodes = OK\n",
"print(\"tree:\\t\",len(tree.get_terminals()))\n",
"print(\"df:\\t\", len(tree_df))\n",
"print(\"align:\\t\", len(treemmer_align))\n"
"print(\"align taxa:\\t\", len(treemmer_align))\n",
"print(\"align taxa:\", len(treemmer_align[0]))\n"
]
},
{
Expand Down

0 comments on commit ff71d89

Please sign in to comment.