
org.snpeff.fileIterator.DnaSeqIdFileIterator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SnpEff Show documentation
Show all versions of SnpEff Show documentation
Variant annotation and effect prediction package.
The newest version!
package org.snpeff.fileIterator;
import org.snpeff.binseq.DnaSequenceId;
import org.snpeff.util.Gpr;
public class DnaSeqIdFileIterator extends BinSeqFileIterator {
public DnaSeqIdFileIterator(String fileName) {
super(fileName);
Gpr.debug("SEQID");
readerObject = new DnaSequenceId(null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy