Skip to content

Commit

Permalink
Fix shell error
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Jun 14, 2024
1 parent d2fd17e commit dcd7200
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ wildcard_constraints:
gxf=r"|".join(gxf_tuple),
id2name=r"|".join(id2name_tuple),

shell.prefix("declare -x OMP_NUM_THREADS && OMP_NUM_THREADS=20 && export OMP_NUM_THREADS && ")

def lookup_config(
dpath: str, default: str | None = None, config: dict[str, Any] = config
Expand Down

0 comments on commit dcd7200

Please sign in to comment.