Changes between Version 1 and Version 2 of Ticket #1325
- Timestamp:
- Sep 10, 2021, 2:06:05 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1325 – Description
v1 v2 6 6 7 7 The solution is to let the `singlecolumnaverager.awk` consider both positive and negative TLEN values and then use the absolute value in the calculations. The final average and standard deviation should be the same, but the number of fragments need to be divided by 2. 8 9 Hisat 2.2 also fixes the problem.