Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Enhort
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Michael Menzel
Enhort
Commits
0066d6b0
Commit
0066d6b0
authored
Apr 21, 2020
by
Michael Menzel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set background site count to match user site count
parent
0ff53cb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
frontend/src/main/java/de/thm/spring/controller/ControllerHelper.java
.../main/java/de/thm/spring/controller/ControllerHelper.java
+1
-2
No files found.
frontend/src/main/java/de/thm/spring/controller/ControllerHelper.java
View file @
0066d6b0
...
...
@@ -187,8 +187,7 @@ public class ControllerHelper {
// track counts overall
//cmd.setMinBg(collector.getBgCount());
cmd
.
setMinBg
(
10000
);
cmd
.
setMinBg
(
collector
.
getBgCount
());
cmd
.
setAssembly
(
cmd
.
getAssembly
()
==
null
?
"hg19"
:
cmd
.
getAssembly
());
//set assembly nr if there was none set in the previous run
Set
<
String
>
celllines
=
collector
.
getResults
().
stream
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment