Skip to content

Commit

Permalink
[ADAM-1451] Make VariantContextConverter class and convert methods pu…
Browse files Browse the repository at this point in the history
…blic.

Resolves #1451.
  • Loading branch information
fnothaft authored and heuermh committed Mar 22, 2017
1 parent fd0cb6e commit 4c58028
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -56,7 +56,7 @@ import scala.collection.mutable.{ Buffer, HashMap }
* annotations in the VCF GT field while Variant annotations are annotations
* contained in the VCF INFO field.
*/
private[adam] object VariantContextConverter {
object VariantContextConverter {

/**
* Representation for an unknown non-ref/symbolic allele in VCF.
Expand Down Expand Up @@ -162,7 +162,7 @@ private[adam] object VariantContextConverter {
* a conversion to/from the htsjdk VariantContext should be implemented in this
* class.
*/
private[adam] class VariantContextConverter(
class VariantContextConverter(
headerLines: Seq[VCFHeaderLine],
stringency: ValidationStringency) extends Serializable with Logging {
import VariantContextConverter._
Expand Down

0 comments on commit 4c58028

Please sign in to comment.