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
fairds
Commits
7ade428e
Commit
7ade428e
authored
Jan 07, 2022
by
Jasper Koehorst
Browse files
fast5 added
parent
f8f55dd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/nl/fairbydesign/backend/WebGeneric.java
View file @
7ade428e
...
...
@@ -90,6 +90,8 @@ public class WebGeneric {
return
format_2572
;
}
else
if
(
dataset
.
endsWith
(
".ttl"
))
{
return
format_3255
;
}
else
if
(
dataset
.
endsWith
(
".fast5"
))
{
return
Other
;
}
else
if
(
dataset
.
endsWith
(
"Enter only when data is demultiplexed"
))
{
// Skip this for non-demultiplexed data
}
else
if
(
dataset
.
matches
(
"^GCA_[0-9]+(\\.\\d+)?$"
))
{
...
...
Write
Preview
Supports
Markdown
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