Closed bernt-matthias closed 1 year ago
Sorry, we don't support SAM input for paired data because the file needs to be accessed in a random access fashion. We need to add a check for this!
Also, yes, input needs to be co-ordinate sorted for count
, dedup
and group
.
I did set the
--in-sam
flag and it also seems that this is recognized by the tool, i.e. I seein_sam : True
in the output.I'm also wondering if the SAM/BAM input needs to be sorted for
count
,dedup
andgroup
?