Skip to content

Commit

Permalink
Merge 359e510 into cd69a74
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft committed Jul 4, 2018
2 parents cd69a74 + 359e510 commit 4654457
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -149,7 +149,7 @@ private[adam] class IndelRealignmentTargetSerializer extends Serializer[IndelRea

private[adam] class IndelRealignmentTarget(
val variation: Option[ReferenceRegion],
val readRange: ReferenceRegion) extends Logging {
val readRange: ReferenceRegion) extends Logging with Serializable {

assert(variation.map(r => r.referenceName).forall(_ == readRange.referenceName))

Expand Down

0 comments on commit 4654457

Please sign in to comment.