We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d647e2b commit b00a452Copy full SHA for b00a452
Kata.json
@@ -3,6 +3,6 @@
3
"call": {
4
"update": "julia --project --eval 'using Pkg; Pkg.update()'",
5
"run": "julia --project --eval 'using Pkg; Pkg.test()'",
6
- "build": "julia --project deps/build.jl app tarball"
+ "build": "rm -fr build && julia --project deps/build.jl app tarball"
7
}
8
src/GSEA.jl
@@ -179,7 +179,7 @@ Run data-rank (single-sample) GSEA.
179
fe_,
180
fe_x_sa_x_sc,
181
fe1___;
182
- n = post_skip_minimum_set_size,
+ mi = post_skip_minimum_set_size,
183
ex = exponent,
184
),
185
0 commit comments