Skip to content

Commit

Permalink
Merge branch 'dev' into update_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
subwaystation committed Feb 8, 2024
2 parents e3bd04c + 1d2915b commit 6914080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def generate_wfmash_sparse_map_cmd() {
return wfmash_sparse_map_cmd
}

def wfmash_sparse_map_cmd = generate_wfmash_sparse_map_cmd()
def wfmash_sparse_map_cmd = { generate_wfmash_sparse_map_cmd() }

def generate_smoothxg_poa_params_cmd() {
def smoothxg_poa_params_cmd = "-P ${params.smoothxg_poa_params}"
Expand All @@ -45,7 +45,7 @@ def generate_smoothxg_poa_params_cmd() {
return smoothxg_poa_params_cmd
}

def smoothxg_poa_params_cmd = generate_smoothxg_poa_params_cmd()
def smoothxg_poa_params_cmd = { generate_smoothxg_poa_params_cmd() }

def parse_int(int plain_integer) {
return plain_integer
Expand Down

0 comments on commit 6914080

Please sign in to comment.