Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UNLOCK
kubernetes
Commits
6eb2317d
Commit
6eb2317d
authored
Dec 02, 2020
by
Koehorst, Jasper
Browse files
missed a ;
parent
e02abd84
Pipeline
#15124
failed with stage
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/nl/munlock/yaml/NGTax.java
View file @
6eb2317d
...
...
@@ -116,7 +116,7 @@ public class NGTax {
Long
maxReadLength
=
sequenceDataSet1
.
getReadLength
();
if
(
maxReadLength
<
sequenceDataSet2
.
getReadLength
())
{
maxReadLength
=
sequenceDataSet2
.
getReadLength
()
maxReadLength
=
sequenceDataSet2
.
getReadLength
()
;
}
// Evaluate if the set read length matches / smaller than the raw read length
if
(
commandOptions
.
read_len
==
0
&&
maxReadLength
>
0
)
{
...
...
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