Skip to content

Releases: vaquerizaslab/chess

[0.3.8]

18 Jul 13:38
65f7c53
Compare
Choose a tag to compare

Fixed

  • missing data_range specification in structural_similarity call

[0.3.7]

19 May 12:56
e947e0d
Compare
Choose a tag to compare

Added

  • Functions for converting chess extract feature positions into genome coordinates, thanks to @cmdoret

Fixed

  • Version number reporting was not working correctly

[0.3.6]

30 Nov 15:59
Compare
Choose a tag to compare

Fixed

  • All NaN results in chess sim runs on cooler files, fixed through fanc 0.9.9.
  • Cooler file loading time via fanc, significant speed up in fanc 0.9.8

Changed

  • Switch to matplotlib 'pdf' backend

[0.3.5]

02 Nov 14:55
Compare
Choose a tag to compare

Added

  • Raise error if too small (<20 bins) regions are used in chess sim before running comparisons.

[0.3.4]

23 Oct 08:22
Compare
Choose a tag to compare

Fixed

  • "ValueError: Image must contain only positive values" in chess extract

[0.3.3]

20 Oct 18:13
Compare
Choose a tag to compare

Added

  • Explicit error for zero valid pairs in the pairs bed input for chess sim
  • Update requirements to latest pandas and fanc versions

[0.3.2]

16 Oct 11:58
Compare
Choose a tag to compare

Added

  • Output directory checks in chess extract and chess crosscorrelate

Removed

  • chess filter

[0.3.1]

15 Oct 11:40
Compare
Choose a tag to compare

Added

  • Check whether output directories exist before running any computations.
  • Allow paths to output files without basenames.

v0.3.0

03 Jun 11:41
Compare
Choose a tag to compare

[0.3.0]

Added

  • --window-size, --sigma-spatial, --size-medianfilter and --closing-square optional parameters for more control in the feature extraction.
  • Accept data in FANC, Juicer and Cooler formats (.hic, .cool, .mcool)
  • Raise a warning message if the pairs file contains chromosomes that are not specified in the provided contact data.

Fixed

  • chess pairs: Fix error on empty lines in chromosome sizes file.
  • chess pairs: Catch OSError raised by pybedtools when the provided path is not recognized as a UCSC genome id.

Resubmission

01 Apr 14:17
Compare
Choose a tag to compare

All features ready for public usage. Potentially with bugs.