Skip to content

Commit

Permalink
missed a few
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Aug 30, 2017
1 parent b9f094f commit a728296
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions adam-r/bdg.adam/R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ setGeneric("collapse",

# @rdname CoverageRDD
# @export
setGeneric("toFeatureRDD",
function(ardd) { standardGeneric("toFeatureRDD") })
setGeneric("toFeature",
function(ardd) { standardGeneric("toFeature") })

# @rdname CoverageRDD
# @export
Expand Down Expand Up @@ -194,8 +194,8 @@ setGeneric("toReads",

# @rdname GenotypeRDD
# @export
setGeneric("toVariantContextRDD",
function(ardd) { standardGeneric("toVariantContextRDD") })
setGeneric("toVariantContexts",
function(ardd) { standardGeneric("toVariantContexts") })

# @rdname GenotypeRDD
# @export
Expand All @@ -215,8 +215,8 @@ setGeneric("flankAdjacentFragments",

# @rdname VariantRDD
# @export
setGeneric("toVariantContextRDD",
function(ardd) { standardGeneric("toVariantContextRDD") })
setGeneric("toVariantContexts",
function(ardd) { standardGeneric("toVariantContexts") })

# @rdname VariantRDD
# @export
Expand Down

0 comments on commit a728296

Please sign in to comment.