All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.broadinstitute.hellbender.utils.HasGenomeLocation Maven / Gradle / Ivy

There is a newer version: 4.6.0.0
Show newest version
package org.broadinstitute.hellbender.utils;

import htsjdk.samtools.util.Locatable;

/**
 * Indicates that this object has a genomic location and provides a systematic interface to get it.
 */
public interface HasGenomeLocation {
    public Locatable getLocation();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy