Skip to content

Commit

Permalink
Opening up permissions on GenericGenomicRDD
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-petersohn authored and fnothaft committed Sep 22, 2017
1 parent 40b963b commit 0161a3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ trait GenomicRDD[T, U <: GenomicRDD[T, U]] extends Logging {
}
}

case class GenericGenomicRDD[T] private[rdd] (
case class GenericGenomicRDD[T](
rdd: RDD[T],
sequences: SequenceDictionary,
regionFn: T => Seq[ReferenceRegion],
Expand Down

0 comments on commit 0161a3b

Please sign in to comment.