Skip to content
Snippets Groups Projects
Commit 1af87ddb authored by Julian Späth's avatar Julian Späth
Browse files

Merge branch 'integrate-kpm' into 'master'

Integrate KPM

See merge request covid-19/frontend!67
parents 12c1bb46 7ab73f21
No related branches found
No related tags found
Loading
......@@ -79,7 +79,7 @@ export class LaunchAnalysisComponent implements OnInit, OnChanges {
parameters.result_size = this.trustrankResultSize;
parameters.num_threads = this.trustrankNumThreads;
} else if (this.algorithm === 'keypathwayminer') {
// TODO
parameters.k = this.keypathwayminerK;
} else if (this.algorithm === 'multisteiner') {
parameters.strain = this.multisteinerStrain;
parameters.num_trees = this.multisteinerNumTrees;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment