Skip to content
Snippets Groups Projects
Commit b0c10b41 authored by tjc's avatar tjc
Browse files

add fasta extensions

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@15325 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 4ecc3cad
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,12 @@ public class IndexFastaStream extends StreamSequence ...@@ -47,6 +47,12 @@ public class IndexFastaStream extends StreamSequence
private FastaSequenceIndex fastaIndex; private FastaSequenceIndex fastaIndex;
private int len; private int len;
private String contig; private String contig;
static {
ReferenceSequenceFileFactory.FASTA_EXTENSIONS.add(".dna");
ReferenceSequenceFileFactory.FASTA_EXTENSIONS.add(".seq");
ReferenceSequenceFileFactory.FASTA_EXTENSIONS.add(".fas");
ReferenceSequenceFileFactory.FASTA_EXTENSIONS.add(".ffn");
}
public IndexFastaStream(Entry entry) public IndexFastaStream(Entry entry)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment