Skip to content

Commit

Permalink
A little clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidadamsphd committed May 13, 2015
1 parent 5f2f1b8 commit c876d7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 377 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package org.broadinstitute.hellbender.engine;

import htsjdk.variant.variantcontext.VariantContext;
import org.broadinstitute.hellbender.utils.SimpleInterval;

/**
* VariantAdapter wraps the existing htsjdk VariantContext class so it can be
* used with the Variant API.
* SkeletonVariant is a minimal implementation of the Variant interface.
*/
public class SkeletonVariant implements Variant {

Expand Down

0 comments on commit c876d7f

Please sign in to comment.