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

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

The newest version!
package org.snpeff.fileIterator;

import org.snpeff.binseq.DnaSequencePe;


public class DnaSeqPeFileIterator extends BinSeqFileIterator {

	public DnaSeqPeFileIterator(String fileName) {
		super(fileName);
		readerObject = new DnaSequencePe(null, null, 0);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy