Skip to content

Commit

Permalink
reduced default resources for ILP
Browse files Browse the repository at this point in the history
  • Loading branch information
babayagaofficial committed Dec 18, 2023
1 parent 85979fc commit 45066d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pling/dcj_snakemake/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if config["ilp_solver"] == "GLPK":
timelimit=get_timelimit(config["timelimit"]),
snakefile_dir=os.path.dirname(sys.argv[sys.argv.index("--snakefile")+1]),
pling_root_dir = get_pling_root_dir()
threads: config["ilp_threads"]
threads: 1 #no multithreading available for GLPK
resources:
mem_mb = lambda wildcards, attempt: attempt * config["ilp_mem"]
conda: "../envs/ding_and_glpk.yaml"
Expand Down
2 changes: 1 addition & 1 deletion pling/resources.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ consolidation NA 4000
deduplication 1 10000
blocks NA 4000
unimog_to_ilp NA 4000
ilp 1 100000
ilp 1 10000
dcj_dist NA 4000
dcj_matrix NA 4000
build_DCJ_graph NA 8000
Expand Down

0 comments on commit 45066d9

Please sign in to comment.