Skip to content

Commit b00a452

Browse files
committed
0.17.0
1 parent d647e2b commit b00a452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Kata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"call": {
44
"update": "julia --project --eval 'using Pkg; Pkg.update()'",
55
"run": "julia --project --eval 'using Pkg; Pkg.test()'",
6-
"build": "julia --project deps/build.jl app tarball"
6+
"build": "rm -fr build && julia --project deps/build.jl app tarball"
77
}
88
}

src/GSEA.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Run data-rank (single-sample) GSEA.
179179
fe_,
180180
fe_x_sa_x_sc,
181181
fe1___;
182-
n = post_skip_minimum_set_size,
182+
mi = post_skip_minimum_set_size,
183183
ex = exponent,
184184
),
185185
),

0 commit comments

Comments
 (0)