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
d43c8265
Commit
d43c8265
authored
8 years ago
by
Peter van 't Hof
Browse files
Options
Downloads
Plain Diff
Merge branch 'warning-do-note-remove' into 'develop'
Warning do note remove See merge request !453
parents
8a710c02
66a08a19
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
toucan/src/main/scala/nl/lumc/sasc/biopet/pipelines/toucan/Toucan.scala
+5
-2
5 additions, 2 deletions
...n/scala/nl/lumc/sasc/biopet/pipelines/toucan/Toucan.scala
with
5 additions
and
2 deletions
toucan/src/main/scala/nl/lumc/sasc/biopet/pipelines/toucan/Toucan.scala
+
5
−
2
View file @
d43c8265
...
...
@@ -58,9 +58,9 @@ class Toucan(val root: Configurable) extends QScript with BiopetQScript with Sum
lazy
val
enableScatter
:
Boolean
=
config
(
"enable_scatter"
,
default
=
{
val
ref
=
new
FastaSequenceFile
(
referenceFasta
(),
true
)
val
refLeng
h
t
=
ref
.
getSequenceDictionary
.
getReferenceLength
val
refLengt
h
=
ref
.
getSequenceDictionary
.
getReferenceLength
ref
.
close
()
refLeng
h
t
>
minScatterGenomeSize
refLengt
h
>
minScatterGenomeSize
})
def
sampleInfo
:
Map
[
String
,
Map
[
String
,
Any
]]
=
root
match
{
...
...
@@ -112,6 +112,9 @@ class Toucan(val root: Configurable) extends QScript with BiopetQScript with Sum
runChunk
(
sv
.
out
,
chunkDir
,
chunkName
)
}
if
(
this
.
functions
.
filter
(
_
.
isInstanceOf
[
VepNormalizer
]).
exists
(
_
.
asInstanceOf
[
VepNormalizer
].
doNotRemove
))
logger
.
warn
(
"Chunking combined with do_not_remove possibly leads to mangled CSQ fields"
)
val
cv
=
new
CatVariants
(
this
)
cv
.
variant
=
outputVcfFiles
.
toList
cv
.
outputFile
=
outputVcf
...
...
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