Skip to content

Commit

Permalink
Update process_dna.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timkartar authored Jan 22, 2024
1 parent 237388a commit ef071a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeppbs/process_dna.py
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ def helixSegments(sG, pG, dssr, nucExplicitNumberMap, file_name, pDict, nucleoti

# Compute helical axis
summary["helical_axis"] = {}
getHelicalAxis(helix["pairs"], pDict, summary["helical_axis"])
#getHelicalAxis(helix["pairs"], pDict, summary["helical_axis"])

# Compute A-tracts
atractRe = re.compile('(A|T(?!A)){4,}')
Expand Down

0 comments on commit ef071a9

Please sign in to comment.