-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathchangelog.txt
More file actions
52 lines (35 loc) · 1.64 KB
/
changelog.txt
File metadata and controls
52 lines (35 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Version 1.2
August 30, 2023
Lucas Kearns <lucas.kearns@bcm.edu>, Thomas Miller <thomas.miller2@bcm.edu>
***********************************************************************
ADDED:
Added --concat flag. This will concatenate mut and corresponding mutga files
together. By default N7-Gs do not contribute to clustering but are set to
inactive. This means that although N7-G positions do not drive clustering they will be
solved for in the final model.
Added --activate_n7 flag. Allows n7 nucleotides to contribute to DanceMap
clustering. By default N7-G nucleotides will not contribute to clustering.
Added ability for concatenated DanceMapper runs to use RingMapper on solved models
and generate N1/3-N1/3, N1/3-N7G, and N7G-N7G rings.
CHANGED:
Updated eDMS normalization to reflect new pur and pyr normalization cases
for N7-G. Changed eDMS so highly protected N7-G regions (ares where bg is higher than
raw) are assigned a normalized reactivity of 3.32.
FIXED:
Debugged min coverage calculation to properly calculate 75% coverage
threshold.
Version 1.1
February 1, 2023
Anthony Mustoe <anthony.mustoe@bcm.edu>
***********************************************************************
ADDED:
Added --ignore_untreated flag to ignore any untreated sample information in the
profile.txt file.
CHANGED:
Updated DMS normalization to eDMS by default. The --oldDMSnorm flag can be used
to perform normalization using original method
Updated mincount cutoffs for pair/ring analysis to 10 to be compatible with
pair/ringmapper v1.2
Changed dependency to consolidated StructureAnalysisTools package
FIXED:
Fixed internal issues so untreated sample is now optional.