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
dfab5df1
Commit
dfab5df1
authored
Mar 27, 2015
by
Sander Bollen
Browse files
Change filenames to proper camelCase
parent
d45432ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/tools/V
CF
WithV
CF
.scala
→
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/tools/V
cf
WithV
cf
.scala
View file @
dfab5df1
...
...
@@ -13,7 +13,7 @@ import scala.collection.immutable
/**
* Created by ahbbollen on 11-2-15.
*/
object
V
CF
WithV
CF
extends
ToolCommand
{
object
V
cf
WithV
cf
extends
ToolCommand
{
case
class
Fields
(
inputField
:
String
,
outputField
:
String
)
case
class
Args
(
inputFile
:
File
=
null
,
...
...
public/biopet-public-package/src/main/scala/nl/lumc/sasc/biopet/core/BiopetExecutablePublic.scala
View file @
dfab5df1
...
...
@@ -59,5 +59,5 @@ object BiopetExecutablePublic extends BiopetExecutable {
nl
.
lumc
.
sasc
.
biopet
.
tools
.
Seqstat
,
nl
.
lumc
.
sasc
.
biopet
.
tools
.
VEPNormalizer
,
nl
.
lumc
.
sasc
.
biopet
.
tools
.
AnnotateVcfWithBed
,
nl
.
lumc
.
sasc
.
biopet
.
tools
.
V
CF
WithV
CF
)
nl
.
lumc
.
sasc
.
biopet
.
tools
.
V
cf
WithV
cf
)
}
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