All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.snpeff.fileIterator.DnaSeqFileIterator Maven / Gradle / Ivy

The newest version!
package org.snpeff.fileIterator;

import org.snpeff.binseq.DnaSequence;

public class DnaSeqFileIterator extends BinSeqFileIterator {

	public DnaSeqFileIterator(String fileName) {
		super(fileName);
		readerObject = new DnaSequence(null);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy