File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ ### 1.1.3 (2025-01-31) ###
2+
3+ Bugfixes of parse2:
4+ - Standartiation of complex pair types: names R1&2 and R1-2 are now uniform in the code.
5+ This was inconistent before leading to the bugs at the positions assignment for R1&2.
6+
7+ - Walk policies are applied not only to complex walks but also to non-chimeric reads in parse2.
8+
9+
10+ Bugfizes of pairtools select:
11+ - Empty columns at the end of the .pairs file are not truncated anymore.
12+
13+ New tests:
14+ - parse2 tests for R1&2 and R2 reads (read25/27).
15+ - parse2 tests for correct flipping (read25/26).
16+
117### 1.1.2 (2024-12-11) ###
218
319Bugfixes:
Original file line number Diff line number Diff line change 1010
1111"""
1212
13- __version__ = "1.1.2 "
13+ __version__ = "1.1.3 "
1414
1515# from . import lib
You can’t perform that action at this time.
0 commit comments