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

add getContig()

parent 7789671d
No related branches found
No related tags found
No related merge requests found
......@@ -257,6 +257,11 @@ public class IndexFastaStream extends StreamSequence
return fastaIndex;
}
public String getContig()
{
return contig;
}
public static void main(String args[])
{
EntryInformation new_entry_information =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment