Skip to content

Commit 0218a28

Browse files
committed
Revert "Added end2 tag for cnvs without depth supported converted into bnds"
This reverts commit 492cb1b.
1 parent 492cb1b commit 0218a28

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/sv-pipeline/scripts/single_sample/convert_cnvs_without_depth_support_to_bnds.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,11 @@ def main():
100100
if not has_depth_support_autosome(record, case_sample) and pesr_support:
101101
record.info['SVTYPE'] = 'BND'
102102
record.alts = ['<BND>']
103-
record.stop = record.pos
104-
record.info['CHR2'] = record.contig
105-
record.info['END2'] = record.stop
106103
else:
107104
if not has_depth_support_allosome(record, case_sample, samples_by_sex[case_sample_sex]) \
108105
and pesr_support:
109106
record.info['SVTYPE'] = 'BND'
110107
record.alts = ['<BND>']
111-
record.stop = record.pos
112-
record.info['CHR2'] = record.contig
113-
record.info['END2'] = record.stop
114108
fout.write(record)
115109

116110

0 commit comments

Comments
 (0)