Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
biopet.biopet
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
biopet.biopet
Commits
8c8bb2f3
Commit
8c8bb2f3
authored
10 years ago
by
Peter van 't Hof
Browse files
Options
Downloads
Patches
Plain Diff
Removed old summary and fix file name for new summary
parent
e6527f3b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
flexiprep/src/main/scala/nl/lumc/sasc/biopet/pipelines/flexiprep/Flexiprep.scala
+1
-14
1 addition, 14 deletions
...a/nl/lumc/sasc/biopet/pipelines/flexiprep/Flexiprep.scala
with
1 addition
and
14 deletions
flexiprep/src/main/scala/nl/lumc/sasc/biopet/pipelines/flexiprep/Flexiprep.scala
+
1
−
14
View file @
8c8bb2f3
...
...
@@ -70,7 +70,7 @@ class Flexiprep(val root: Configurable) extends QScript with BiopetQScript {
R2_name
=
R2_name
.
substring
(
0
,
R2_name
.
lastIndexOf
(
R2_ext
))
}
summary
.
out
=
outputDir
+
"new.flexiprep
.summary.json"
summary
.
out
=
outputDir
+
sampleName
+
"-"
+
libraryName
+
".qc
.summary.json"
}
def
biopetScript
()
{
...
...
@@ -276,19 +276,6 @@ class Flexiprep(val root: Configurable) extends QScript with BiopetQScript {
}
}
if
(!
skipSummary
)
{
val
summarize
=
new
Summarize
(
this
)
summarize
.
runDir
=
outputDir
summarize
.
samplea
=
R1_name
if
(
paired
)
summarize
.
sampleb
=
R2_name
summarize
.
samplename
=
R1_name
summarize
.
clip
=
!
skipClip
summarize
.
trim
=
!
skipTrim
summarize
.
out
=
new
File
(
outputDir
+
summarize
.
samplename
+
"."
+
this
.
getClass
.
getSimpleName
+
".summary.json"
)
for
((
k
,
v
)
<-
outputFiles
)
summarize
.
deps
+:=
v
add
(
summarize
)
}
add
(
summary
)
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment