Skip to content

Commit

Permalink
Reconfiger MARK03 - post log prob fix
Browse files Browse the repository at this point in the history
* setup mark03

* remove MP§
  • Loading branch information
gordonkoehn authored Aug 31, 2023
1 parent d95ee28 commit 506728c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions workflows/mark03.smk
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ from pyggdrasil.tree_inference import CellSimulationId, TreeType, TreeId, McmcCo

#####################
# Environment variables
DATADIR = "../data"
#DATADIR = "/cluster/work/bewi/members/gkoehn/data"
#DATADIR = "../data"
DATADIR = "/cluster/work/bewi/members/gkoehn/data"

#####################
experiment = "mark03"

# Metrics: Distances / Similarity Measure to use
metrics = ["MP3", "AD", "log_prob", "DL"] # <-- configure distances here
metrics = ["AD", "log_prob", "DL"] # also MP3 <-- configure distances here

#####################
# Error Parameters
Expand Down Expand Up @@ -64,7 +64,7 @@ CS_seed = 42 # <-- configure cell simulation seed here
#####################
# True Tree Parameters
tree_types = ["r"] # <-- configure tree type here ["r","s","d"]
tree_seeds = [42] # <-- configure tree seed here
tree_seeds = [42,34] # <-- configure tree seed here

#####################
#####################
Expand Down
6 changes: 3 additions & 3 deletions workflows/tree_inference.smk
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ from pyggdrasil.tree_inference import (
###############################################
## Relative path from DATADIR to the repo root

#REPODIR = "/cluster/work/bewi/members/gkoehn/repos/PYggdrasil"
REPODIR = ".."
#DATADIR = "/cluster/work/bewi/members/gkoehn/data"
REPODIR = "/cluster/work/bewi/members/gkoehn/repos/PYggdrasil"
#REPODIR = ".."
DATADIR = "/cluster/work/bewi/members/gkoehn/data"

###############################################

Expand Down

0 comments on commit 506728c

Please sign in to comment.