module Gatk_config:
Parameters: |
|
type
t = {
|
name : |
|||
|
filter_reads_with_n_cigar : |
(* |
Ignore reads with mismatching numbers of bases and base qualities,
instead of failing with an error.
| *) |
|
filter_mismatching_base_and_quals : |
(* |
Ignore reads with no stored bases (i.e. '*' where the sequence should
be), instead of failing with an error
| *) |
|
filter_bases_not_stored : |
|||
|
parameters : |
val name : t -> string
val to_json : t -> Yojson.Basic.json
val render : t -> string list
val default : t