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
19b4d9eb
Commit
19b4d9eb
authored
Jul 30, 2014
by
bow
Browse files
Update style and exclude JSON defs from style reformatting
parent
19f47e48
Changes
2
Hide whitespace changes
Inline
Side-by-side
flexiprep/src/main/scala/nl/lumc/sasc/biopet/pipelines/flexiprep/FlexiprepSummary.scala
View file @
19b4d9eb
...
...
@@ -99,19 +99,22 @@ class FlexiprepSummary(val root: Configurable) extends InProcessFunction with Co
deps
::=
fastqSync
.
output_stats
return
fastqSync
}
// format: OFF
override
def
run
{
logger
.
debug
(
"Start"
)
val
summary
=
(
"flexiprep"
:=
((
"clipping"
:=
!
flexiprep
.
skipClip
)
->:
(
"trimming"
:=
!
flexiprep
.
skipTrim
)
->:
(
"paired"
:=
flexiprep
.
paired
)
->:
jEmptyObject
))
->:
val
summary
=
(
"flexiprep"
:=
(
(
"clipping"
:=
!
flexiprep
.
skipClip
)
->:
(
"trimming"
:=
!
flexiprep
.
skipTrim
)
->:
(
"paired"
:=
flexiprep
.
paired
)
->:
jEmptyObject
))
->:
(
"seqstat"
:=
seqstatSummary
)
->:
(
"sha1"
:=
sha1Summary
)
->:
(
"fastqc"
:=
fastqcSummary
)
->:
(
"clipping"
:=?
clipstatSummary
)
->?:
(
"trimming"
:=?
trimstatSummary
)
->?:
jEmptyObject
// format: ON
logger
.
debug
(
summary
.
spaces2
)
// TODO: need output writter
logger
.
debug
(
"Stop"
)
}
...
...
@@ -209,4 +212,4 @@ class FlexiprepSummary(val root: Configurable) extends InProcessFunction with Co
return
Option
(
Sickle
.
mergeSummarys
(
s
.
toList
))
}
}
}
\ No newline at end of file
}
scalariformStyle.properties
View file @
19b4d9eb
...
...
@@ -10,7 +10,7 @@ indentLocalDefs=false
indentPackageBlocks
=
true
indentSpaces
=
2
placeScaladocAsterisksBeneathSecondAsterisk
=
false
preserveDanglingCloseParenthesis
=
fals
e
preserveDanglingCloseParenthesis
=
tru
e
preserveSpaceBeforeArguments
=
false
rewriteArrowSymbols
=
false
spaceBeforeColon
=
false
...
...
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