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
5c4cdff6
Commit
5c4cdff6
authored
May 12, 2015
by
Sander van der Zeeuw
Browse files
change mem limit
parent
a4e47ce4
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/mapping/src/main/scala/nl/lumc/sasc/biopet/pipelines/mapping/Mapping.scala
View file @
5c4cdff6
...
...
@@ -176,7 +176,7 @@ class Mapping(val root: Configurable) extends QScript with SummaryQScript with S
extractIfNeeded
(
input_R1
,
flexiprep
.
outputDir
),
if
(
paired
)
Some
(
extractIfNeeded
(
input_R2
.
get
,
outputDir
))
else
None
)
)
}
else
Map
(
outputDir
->
(
input_R1
,
input_R2
))
}
else
Map
(
outputDir
->
(
flexiprep
.
outputFiles
(
"fastq_input_R1"
),
flexiprep
.
outputFiles
.
get
(
"fastq_
input_R2
"
)
))
}
if
(
chunking
)
{
...
...
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