struct     let only_split_reads =       of_string "cigar =~ /^.*N.*$/"     let drop_split_reads =       of_string "cigar =~ /^[0-9MIDSHPX=]*$/"   end