diff --git a/java/src/org/broadinstitute/sting/gatk/refdata/Transcript.java b/java/src/org/broadinstitute/sting/gatk/refdata/Transcript.java index 10f2bd333..41d99f4e7 100644 --- a/java/src/org/broadinstitute/sting/gatk/refdata/Transcript.java +++ b/java/src/org/broadinstitute/sting/gatk/refdata/Transcript.java @@ -9,7 +9,7 @@ import org.broadinstitute.sting.utils.StingException; /** Holds a single transcript annotation: refseq id, gene name, genomic locations of the locus, of the coding region * and of all the exons. */ -class Transcript { +public class Transcript { private String transcript_id; private int strand; private GenomeLoc transcript_interval;