Skip to content

Commit

Permalink
update config layout
Browse files Browse the repository at this point in the history
  • Loading branch information
alexg9010 committed Jul 23, 2024
1 parent a0fbae2 commit cf7e581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snakefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
include : os.path.join(config['locations']['pkglibexecdir'], 'scripts/update_pigx_work.py')
include : os.path.join(config['locations']['pkglibexecdir'], 'scripts/validate_config.py')

config = update_config_layout(config)
validate_config(config)
update_pigx_work(config)

Expand Down

0 comments on commit cf7e581

Please sign in to comment.