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
fbd0bcdf
Commit
fbd0bcdf
authored
Aug 11, 2014
by
Peter van 't Hof
Browse files
Fixed flexiprep summary compile bug
parent
daf02820
Changes
1
Hide whitespace changes
Inline
Side-by-side
mapping/src/main/scala/nl/lumc/sasc/biopet/pipelines/mapping/Mapping.scala
View file @
fbd0bcdf
...
...
@@ -159,7 +159,6 @@ class Mapping(val root: Configurable) extends QScript with BiopetQScript {
if
(!
skipFlexiprep
)
{
flexiprep
.
input_R1
=
fastq_R1
if
(
paired
)
flexiprep
.
input_R2
=
fastq_R2
if
(
chunking
)
flexiprep
.
skipSummary
=
true
flexiprep
.
sampleName
=
this
.
RGSM
flexiprep
.
libraryName
=
this
.
RGLB
flexiprep
.
init
...
...
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