Skip to content
Snippets Groups Projects
Commit 83779018 authored by tcarver's avatar tcarver
Browse files

add more getters

parent d0bab9de
No related branches found
No related tags found
No related merge requests found
......@@ -413,8 +413,28 @@ public class TabixReader extends AbstractVCFReader
return mSeq;
}
protected String getFileName()
public int getStartColumn()
{
return mBc;
}
public int getEndColumn()
{
return mEc;
}
public int getSeqColumn()
{
return mSc;
}
public String getFileName()
{
return mFn;
}
public char getCommentChar()
{
return (char)mMeta;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment