Skip to content
GitLab
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
b1f86146
Commit
b1f86146
authored
Nov 16, 2016
by
Sander Bollen
Browse files
slight improvement of message and autostyle fixes
parent
2546ec16
Changes
2
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/MultiSampleQScript.scala
View file @
b1f86146
...
...
@@ -143,7 +143,7 @@ trait MultiSampleQScript extends SummaryQScript { qscript: QScript =>
protected
def
libIds
:
Set
[
String
]
=
{
val
ids
=
ConfigUtils
.
getMapFromPath
(
globalConfig
.
map
,
List
(
"samples"
,
sampleId
,
"libraries"
)).
getOrElse
(
Map
()).
keySet
if
(
ids
.
isEmpty
)
{
throw
new
IllegalArgumentException
(
"No libraries found
in config
"
)
logger
.
error
(
s
"No libraries found in config
for sample $sampleId"
,
IllegalArgumentException
)
}
ids
}
...
...
mapping/src/test/scala/nl/lumc/sasc/biopet/pipelines/mapping/MappingTest.scala
View file @
b1f86146
...
...
@@ -14,7 +14,7 @@
*/
package
nl.lumc.sasc.biopet.pipelines.mapping
import
java.io.
{
File
,
FileOutputStream
}
import
java.io.
{
File
,
FileOutputStream
}
import
com.google.common.io.Files
import
nl.lumc.sasc.biopet.core.BiopetCommandLineFunction
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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