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
Mirrors
biopet.biopet
Commits
752d48da
Commit
752d48da
authored
Feb 04, 2015
by
bow
Browse files
Strip whitespace from encoding name
parent
28d55721
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/flexiprep/src/main/scala/nl/lumc/sasc/biopet/pipelines/flexiprep/Fastqc.scala
View file @
752d48da
...
...
@@ -92,6 +92,7 @@ class Fastqc(root: Configurable) extends nl.lumc.sasc.biopet.extensions.Fastqc(r
.
dropWhile
(!
_
.
startsWith
(
"Encoding"
))
.
head
.
stripPrefix
(
"Encoding\t"
)
.
stripSuffix
(
"\t"
)
/** Case class representing a known adapter sequence */
protected
case
class
AdapterSequence
(
name
:
String
,
seq
:
String
)
...
...
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