Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell R. Vollger committed Nov 27, 2024
1 parent 17ee205 commit 05e45e7
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,24 @@ test = { cmd = [
"test-data",
], clean-env = true }

fire = { cmd = "cd $INIT_CWD && snakemake -s $PIXI_PROJECT_ROOT/workflow/Snakefile" }
fire = { cmd = [
"cd",
"$INIT_CWD",
"&&",
"snakemake",
"-s",
"$PIXI_PROJECT_ROOT/workflow/Snakefile",
] }
slurm = { cmd = [
"cd",
"$INIT_CWD",
"&&",
"snakemake",
"-s",
"$PIXI_PROJECT_ROOT/workflow/Snakefile",
"--profile",
"$PIXI_PROJECT_ROOT/profiles/slurm-executor",
] }

[dependencies]
conda = "*"
Expand Down

0 comments on commit 05e45e7

Please sign in to comment.