Renamed ReferenceContext's getSimpleBase() method to getBaseIndex()
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2334 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
09811b9f34
commit
38d9f7b903
|
|
@ -95,7 +95,7 @@ public class ReferenceContext {
|
|||
* Get the base at the given locus.
|
||||
* @return The base at the given locus from the reference.
|
||||
*/
|
||||
public int getSimpleBase() {
|
||||
public int getBaseIndex() {
|
||||
return BaseUtils.simpleBaseToBaseIndex(getBase());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue