Skip to content

Commit

Permalink
reorganize directories for pipeline running from pretrained models
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerkm committed May 16, 2024
1 parent 6067e5f commit 3238e39
Show file tree
Hide file tree
Showing 42 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/association_testing_pretrained.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ n_repeats = config['n_repeats']
debug = '--debug ' if debug_flag else ''
do_scoretest = '--do-scoretest ' if config.get('do_scoretest', False) else ''
tensor_compression_level = config['training'].get('tensor_compression_level', 1)
model_path = Path(config.get("pretrained_model_path", "pretrained_models/models"))
model_path = Path(config.get("pretrained_model_path", "pretrained_models"))

wildcard_constraints:
repeat="\d+",
Expand Down
2 changes: 1 addition & 1 deletion pipelines/association_testing_pretrained_regenie.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ n_bags = config['training']['n_bags'] if not debug_flag else 3
n_repeats = config['n_repeats']
debug = '--debug ' if debug_flag else ''
do_scoretest = '--do-scoretest ' if config.get('do_scoretest', False) else ''
model_path = Path(config.get("pretrained_model_path", "pretrained_models/models"))
model_path = Path(config.get("pretrained_model_path", "pretrained_models"))

wildcard_constraints:
repeat="\d+",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3238e39

Please sign in to comment.