Skip to content

Commit

Permalink
setup mark02 for rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn committed Aug 29, 2023
1 parent d95ee28 commit 15576f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workflows/mark02.smk
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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]#, 34] # <-- configure tree seed here
tree_seeds = [42, 34] # <-- configure tree seed here

#####################
#####################
Expand Down
4 changes: 2 additions & 2 deletions workflows/tree_inference.smk
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ 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 = ".."
DATADIR = "/cluster/work/bewi/members/gkoehn/data"

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

Expand Down

0 comments on commit 15576f4

Please sign in to comment.