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
8d16e50d
Commit
8d16e50d
authored
Mar 15, 2016
by
Peter van 't Hof
Browse files
Fixed header columns
parent
ecf1818c
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/measures/FragmentsPerGene.scala
View file @
8d16e50d
...
...
@@ -9,7 +9,7 @@ import org.broadinstitute.gatk.queue.QScript
* Created by pjvan_thof on 1/12/16.
*/
class
FragmentsPerGene
(
val
root
:
Configurable
)
extends
QScript
with
Measurement
with
AnnotationGtf
{
def
mergeArgs
=
MergeArgs
(
List
(
1
),
2
,
numHeaderLines
=
1
,
fallback
=
"0"
)
def
mergeArgs
=
MergeArgs
(
idCols
=
List
(
1
),
valCol
=
2
,
numHeaderLines
=
0
,
fallback
=
"0"
)
/** Pipeline itself */
def
biopetScript
()
:
Unit
=
{
...
...
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