broadinstitute / gatk

Official code repository for GATK versions 4 and up
https://software.broadinstitute.org/gatk
Other
1.68k stars 589 forks source link

Indel Realignment and Alignment Metadata #6459

Closed DarioS closed 4 years ago

DarioS commented 4 years ago

In the news file of a structural variant software I use, I read

Added FIX_SA and FIX_MISSING_HARD_CLIP FIX_SA: rewrites split read SA tags corrects GATK indel realignment SA tag data inconsistency FIX_MISSING_HARD_CLIP: infers missing hard clipping if split read records have different lengths corrects for GATK indel realignment stripping hard clipping when realigning

Could such issues perhaps be resolved in an update to GATK?

ldgauthier commented 4 years ago

Those sound like issues with the IndelRealigner tool from GATK3, which is not part of our pipeline anymore. Is this still a problem with 4.1.4.1?

On Wed, Feb 19, 2020, 1:00 AM Dario Strbenac notifications@github.com wrote:

In the news file of a structural variant software I use, I read

Added FIX_SA and FIX_MISSING_HARD_CLIP FIX_SA: rewrites split read SA tags corrects GATK indel realignment SA tag data inconsistency FIX_MISSING_HARD_CLIP: infers missing hard clipping if split read records have different lengths corrects for GATK indel realignment stripping hard clipping when realigning

Could such issues perhaps be resolved in an update to GATK?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/broadinstitute/gatk/issues/6459?email_source=notifications&email_token=ABSGC5E7CIUF53HYCPS76FDRDTDHBA5CNFSM4KXSMK22YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IOQ3U6A, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSGC5DYKL5KH6EZS5ZU66DRDTDHBANCNFSM4KXSMK2Q .

DarioS commented 4 years ago

Indeed, this is no longer a problem with GATK4.