Skip to content

Releases: sanger-tol/PretextGraph

Fixed bugs

22 Oct 14:58
cc5366d
Compare
Choose a tag to compare
Fixed bugs Pre-release
Pre-release

Fixes and Improvements:

  • Resolved the gap extension issue:
    • Addressed data overflow when calculating graph->values by changing the calculation type from u32 to f32.
    • Introduced a new data_type for handling different methods of transforming the bedgraph file into Graph->values:
      • gap: Sets the pixel value with number index for Graph->values[index] containing the gap to 1.
  • repeat_density: Normalizes the value of each bin as a percentage, reflecting the ratio of repeat pairs within that bin. For instance, if the bin_size=10,000 and N base pairs are marked as repeats, the ratio is calculated as N / 10,000.
  • default: Retains the original calculation method.
  • Fixed a segmentation fault in PrintStatus: Resolved small bugs that caused the program to crash.
  • Improved ProcessLine function: Added a check to ensure (u32) nThisBin does not become negative. Originally, if a negative value is encountered, it will be set to the maximum allowable value for u32. Currently, it will be set as 0.
  • Compilation adjustments: Since modifications were made in C++, the compiler has been switched to Clang++ to resolve compilation issues.

PretextGraph-0.0.6

18 Oct 12:12
0.0.6
bad9c9d
Compare
Choose a tag to compare

PretextGraph-0.0.5

10 Apr 21:29
0.0.5
9fe5f2f
Compare
Choose a tag to compare
PretextGraph-0.0.5 Pre-release
Pre-release

Auto-generated release by Travis CI

PretextGraph-0.0.4

20 Aug 14:25
0.0.4
6fa7440
Compare
Choose a tag to compare
PretextGraph-0.0.4 Pre-release
Pre-release

Auto-generated release by Travis CI

PretextGraph 0.0.2

13 Jan 14:58
e47533c
Compare
Choose a tag to compare
PretextGraph 0.0.2 Pre-release
Pre-release
updated readme