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
46f8b1b5
Commit
46f8b1b5
authored
Oct 21, 2015
by
Peter van 't Hof
Browse files
Change to compressed output
parent
43a4bc76
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/shiva/src/main/scala/nl/lumc/sasc/biopet/pipelines/shiva/ShivaTrait.scala
View file @
46f8b1b5
...
@@ -144,8 +144,8 @@ trait ShivaTrait extends MultiSampleQScript with SummaryQScript with Reference {
...
@@ -144,8 +144,8 @@ trait ShivaTrait extends MultiSampleQScript with SummaryQScript with Reference {
config
(
"bam_to_fastq"
,
default
=
false
).
asBoolean
match
{
config
(
"bam_to_fastq"
,
default
=
false
).
asBoolean
match
{
case
true
=>
case
true
=>
val
samToFastq
=
SamToFastq
(
qscript
,
config
(
"bam"
),
val
samToFastq
=
SamToFastq
(
qscript
,
config
(
"bam"
),
new
File
(
libDir
,
sampleId
+
"-"
+
libId
+
".R1.f
astq
"
),
new
File
(
libDir
,
sampleId
+
"-"
+
libId
+
".R1.f
q.gz
"
),
new
File
(
libDir
,
sampleId
+
"-"
+
libId
+
".R2.f
astq
"
))
new
File
(
libDir
,
sampleId
+
"-"
+
libId
+
".R2.f
q.gz
"
))
samToFastq
.
isIntermediate
=
true
samToFastq
.
isIntermediate
=
true
qscript
.
add
(
samToFastq
)
qscript
.
add
(
samToFastq
)
mapping
.
foreach
(
mapping
=>
{
mapping
.
foreach
(
mapping
=>
{
...
...
Write
Preview
Markdown
is supported
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