Package org.snpeff.osCmd
Interface LineFilter
public interface LineFilter
Filter a line before processing
- Author:
- pcingola
-
Method Summary
-
Method Details
-
filter
Filter and prossible change a line- Parameters:
line
-- Returns:
- A new string replacing the line, or null if the line does not pass the filter (e.g. should not be processed any further
-