Skip to content

Commit

Permalink
Merge ce893c8 into fd0cb6e
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft committed Mar 22, 2017
2 parents fd0cb6e + ce893c8 commit 18fd446
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 18fd446

Please sign in to comment.