From ef071a92cab0f7fb8eb0d66a9e5694323575024f Mon Sep 17 00:00:00 2001 From: Raktim Mitra Date: Mon, 22 Jan 2024 15:20:38 -0800 Subject: [PATCH] Update process_dna.py --- deeppbs/process_dna.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deeppbs/process_dna.py b/deeppbs/process_dna.py index 8574e2f..b02c7db 100644 --- a/deeppbs/process_dna.py +++ b/deeppbs/process_dna.py @@ -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,}')