Skip to content
GitLab
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
19c9f1fb
Commit
19c9f1fb
authored
Apr 16, 2015
by
Peter van 't Hof
Browse files
Fixed tests
parent
ec347f6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/extensions/picard/CollectRnaSeqMetrics.scala
View file @
19c9f1fb
...
...
@@ -33,7 +33,6 @@ class CollectRnaSeqMetrics(val root: Configurable) extends Picard with Summariza
@Input
(
doc
=
"Gene annotations in refFlat form"
,
required
=
true
)
var
refFlat
:
File
=
config
(
"refFlat"
)
//TODO: RefFlat could break gentrap, needs to be checked
@Input
(
doc
=
"Location of rRNA sequences in interval list format"
,
required
=
false
)
var
ribosomalIntervals
:
Option
[
File
]
=
config
(
"ribosomal_intervals"
)
...
...
public/gentrap/src/test/scala/nl/lumc/sasc/biopet/pipelines/gentrap/GentrapTest.scala
View file @
19c9f1fb
...
...
@@ -189,6 +189,7 @@ object GentrapTest {
val
executables
=
Map
(
"reference"
->
"test"
,
"dict"
->
"test"
,
"refFlat"
->
"test"
,
"annotation_gtf"
->
"test"
,
"annotation_bed"
->
"test"
,
"annotation_refflat"
->
"test"
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment