Entering edit mode
                    10.4 years ago
        mavershang
        
    
        ▴
    
    60
    Hi there,
Say I have a insertion (on GRCh37) in format
1    866511    rsXXXXXX    -    CCCT  INFO_Field_BLABLA
Is there any existing tools I can use to include the previous ref nucleotide and convert it to
1    866510    rsXXXXXX    A   ACCCT  INFO_Field_BLABLA
Thanks in advance
The program failed with error "core dump". So finally I wrote my own code to solve the problem. Thanks