
org.snpeff.fileIterator.LineSeqFileIterator 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;
/**
* One line per sequence. Actually it is exactly the same as LineFilteIterator
*
* @author pcingola
*/
public class LineSeqFileIterator extends LineFileIterator {
public static boolean debug = false;
public LineSeqFileIterator(String lineSeqFileName) {
super(lineSeqFileName);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy