(VcfRecord rec, int[] gt)
| 47 | /** accepts everything **/ |
| 48 | public static final RocFilter ALL = new RocFilter("ALL", false) { |
| 49 | @Override |
| 50 | public boolean accept(VcfRecord rec, int[] gt) { |
| 51 | return true; |
| 52 | } |
| 53 | |
| 54 | @Override |
| 55 | public String fileName() { |
nothing calls this directly
no test coverage detected