
org.snpeff.fileIterator.parser.Parser 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.parser;
import java.util.Collection;
/**
* Parse a string and return a collection of objects.
* Note: In most cases the collection will only have one element.
*
* @author pcingola
*/
public interface Parser {
public Collection parse(String str);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy