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

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

The newest version!
package org.snpeff.fileIterator;


/**
 * Iterate on each line of a GWAS catalog (TXT format)
 * 
 * @author pcingola
 */
public class BlastResultFileIterator extends LineClassFileIterator {

	public BlastResultFileIterator(String fileName) {
		super(fileName, BlastResultEntry.class, "qseqid;sseqid;pident;length;mismatch;gapopen;qstart;qend;sstart;send;evalue;bitscore");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy