Package org.snpeff.osCmd
Interface LineFilter
-
public interface LineFilter
Filter a line before processing- Author:
- pcingola
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
filter(java.lang.String line)
Filter and prossible change a line
-