Open
Description
Hi,
first, great tool!
Is there some way to get a summary per read how many modifications are present?
it could be done with modkit extract full
and then sum up the modifications per read, but is there a faster way?
the expected output would look something like this:
read_id,number_m,number_a,number_17802,read_length
read1,0,8,100,1500
read2,50,0,10,1200
thanks in advance