You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We realised that the current damage model used in --singleStrandMode is not appropriate if the input pileup data contains alleles from unmerged R2 reads from paired-end sequencing. Currently, this means, that users should make sure their input data does not contain unmerged reads, should they use data from paired-end sequencing.
In the longer run, I need to come up with a solution that recognises R2 reads in the pileup and treats them as reverse complements. This is not possible with the pileup-format produced by samtools mpileup, which is currently the only input format that pileupCaller accepts.
The text was updated successfully, but these errors were encountered:
We realised that the current damage model used in
--singleStrandMode
is not appropriate if the input pileup data contains alleles from unmerged R2 reads from paired-end sequencing. Currently, this means, that users should make sure their input data does not contain unmerged reads, should they use data from paired-end sequencing.In the longer run, I need to come up with a solution that recognises R2 reads in the pileup and treats them as reverse complements. This is not possible with the pileup-format produced by
samtools mpileup
, which is currently the only input format thatpileupCaller
accepts.The text was updated successfully, but these errors were encountered: