This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(((((((((((((((((((((:83):128):242):4):4):4):18):32):32):96):64):64):64):64):64,(((((((((((((:452):2):8):4):18):32):32):32):64):64):64,(((((((((:401):4):4):4):18):32):64):64):64):64):64):64):64):64):64,((((((((((((((:428):4):8):18):32):32):32):64):64):64):64):64):64):64):64):128,(((((((((((((((:184):240):2):8):4):18):32):64):64):64,(((((((((:355):96):6):4):4):18):64):32):64):64):64):64):64):64):128):128):256,((((((((((((((((((((((:58):40):16):56):112):128):34):4):4):4):18):64):32):64):64):64):64):64):64):64):64):128,((((((((((((:467):4):18):32):64):64):64):64):64):64):64):128):128):256):256,((((((((((((((((((:225):176):38):4):4):18):32):64):64):64,((((((((:476):4):4):4):18):32):64):64):64):64):64):64):64):64):64,(((((((((((((((((((((:124):64):80):32):32):64):34):4):4):4):18):32):32):32):64):64):64):64):64):64):64,((((((((((((((((((:108):48):32):16):80):32):134):8):18):32):32):32):64):64):64):64):64):64):64):64):128):256,((((((((((((((((((((:165):64):32):96):98):4):4):4):18):32):32):96):64):64):64):64):64):64) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/etc/profile.d/modules.sh: line 11: /etc/eessi/init_eessi_icer: Permission denied | |
initialization telemetry ------------------------------------ 0 | |
SOURCE_REVISION f9c054a01fd961b22731cde6fb22de84e23871d9 | |
BATCHDIR /mnt/home/mmore500/scratch/hstrat-reconstruction-algo/2024-12-28-bigreconstruct-v1.16.0-bigmem/2025-01-02 | |
cc SLURM script --------------------------------------------- 0 | |
JOBSCRIPT /mnt/home/mmore500/jobscript/47988778 | |
cc job log -------------------------------------------------- 0 | |
JOBLOG /mnt/home/mmore500/joblog/47988778 | |
setup JOBDIR ------------------------------------------------ 0 | |
JOBDIR /mnt/home/mmore500/scratch/hstrat-reconstruction-algo/2024-12-28-bigreconstruct-v1.16.0-bigmem/2025-01-02/__0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
'use strict'; | |
const attributesToRemove = [ | |
'spellcheck', | |
'data-gramm', | |
'data-gramm_editor', | |
'data-enable-grammarly', | |
'data-enabled-grammarly', | |
'data-language' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from datetime import datetime, timedelta | |
import itertools as it | |
import typing | |
from matplotlib import pyplot as plt | |
from matplotlib import text as mpl_text | |
import numpy as np | |
import outset as otst | |
import opytional as opyt | |
import pandas as pd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* text eol=lf filter=cleanWhitespace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p ~/.cloudshell/ | |
touch ~/.cloudshell/no-apt-get-warning | |
sudo apt-get update -y | |
sudo apt-get install -y aptitude | |
sudo aptitude install -y libgdal-dev libproj-dev r-base | |
sudo Rscript -e "install.packages(c('codetools', 'dplyr', 'gen3sis', 'gdistance', 'ggplot2', 'Matrix', 'raster', 'rgdal'))" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def _estimate_rank_of_mrca_between_unbiased( | |
first: HereditaryStratigraphicColumn, | |
second: HereditaryStratigraphicColumn, | |
) -> typing.Optional[float]: | |
ranks_of_retained_commonality_between = [ | |
*iter_ranks_of_retained_commonality_between_generic(first, second) | |
] | |
if not ranks_of_retained_commonality_between: | |
return None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import typing | |
import numpy as np | |
import pandas as pd | |
from ..._auxiliary_lib import indices_of_unique | |
from ._compile_phylogeny_from_lineage_iters import ( | |
compile_phylogeny_from_lineage_iters, | |
) |
NewerOlder