Merge branch 'master' of ssh://gsa2.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
This commit is contained in:
commit
b85ded8389
|
|
@ -141,7 +141,7 @@ public class GenomeLoc implements Comparable<GenomeLoc>, Serializable, HasGenome
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(this.contiguousP(that))) {
|
if (!(this.contiguousP(that))) {
|
||||||
throw new ReviewedStingException("The two genome loc's need to be contigous");
|
throw new ReviewedStingException("The two genome loc's need to be contiguous");
|
||||||
}
|
}
|
||||||
|
|
||||||
return new GenomeLoc(getContig(), this.contigIndex,
|
return new GenomeLoc(getContig(), this.contigIndex,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue