gymreklab / GangSTR

A tool for profiling long STRs from short reads
GNU General Public License v2.0
85 stars 16 forks source link

Support for unequal read lengths in BAM #116

Open dboceck opened 2 years ago

dboceck commented 2 years ago

According to this closed issue #107 it is an expected behaviour for GangSTR to fail with an error if the aligned reads in the input BAM file have not all the same length.

Is it possible to include a flag to ignore this fact? Or is there another way how we could use GangSTR on a BAM file without reducing it to a subset of reads with a certain length?