Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
biopet.biopet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Mirrors
biopet.biopet
Commits
66a08a19
Commit
66a08a19
authored
Sep 27, 2016
by
Peter van 't Hof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config save check
parent
7be30c47
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
toucan/src/main/scala/nl/lumc/sasc/biopet/pipelines/toucan/Toucan.scala
...n/scala/nl/lumc/sasc/biopet/pipelines/toucan/Toucan.scala
+3
-4
No files found.
toucan/src/main/scala/nl/lumc/sasc/biopet/pipelines/toucan/Toucan.scala
View file @
66a08a19
...
...
@@ -92,10 +92,6 @@ class Toucan(val root: Configurable) extends QScript with BiopetQScript with Sum
}
else
inputVcf
if
(
enableScatter
)
{
val
doNotRemove
:
Boolean
=
config
(
"do_not_remove"
,
default
=
false
)
if
(
doNotRemove
)
{
logger
.
warn
(
"Chunking combined with do_not_remove possibly leads to mangled CSQ fields"
)
}
val
outputVcfFiles
=
BedRecordList
.
fromReference
(
referenceFasta
())
.
scatter
(
config
(
"bin_size"
,
default
=
50000000
))
.
allRecords
.
map
{
region
=>
...
...
@@ -116,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
...
...
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