Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Smoove (#79)
Browse files Browse the repository at this point in the history
* don't filter smoove

* smoove bug

* yolo2

* further smoove fix

* rawrec

* duplicate definitions in smoove and lumpy

* add IUPAC letters to BND parsing
  • Loading branch information
awacs authored and RCollins13 committed Sep 24, 2018
1 parent 804d7b5 commit c1e3ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svtk/standardize/standardize.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def parse_bnd_pos(alt):
chrom : str
pos : int
"""
alt = alt.strip('ATCGN')
alt = alt.strip('ATCGNRYSWKMBDHV')
# Strip brackets separately, otherwise GL contigs will be altered
alt = alt.strip('[]')

Expand Down

0 comments on commit c1e3ef8

Please sign in to comment.