Skip to content

Releases: koszullab/hicstuff

Version 3.2.2

15 Feb 09:32
3ebe602
Compare
Choose a tag to compare

NEW FEATURE(S):

  • Add stats module to report statistics on Hi-C library processing

CHANGES:

  • zcat no longer needed

BUG FIXES:

  • avoid removesuffix

Version 3.2.1

06 Sep 18:05
Compare
Choose a tag to compare

NEW FEATURE(S):

  • Final pairs file is now sorted and gzipped with pairtools

CHANGES:

  • Docker now uses micromamba base image

BUG FIXES:

  • cases when exclude is specified
  • cheking number of reads in fastq

Version 3.2.0

31 Aug 22:03
b6b5d25
Compare
Choose a tag to compare

CHANGES:

  • --mat_fmt=cool by default

NEW FEATURE(S):

  • by default, an un-binned .cool file is generated
  • if the end user provides a --binning=INT in pipeline, a balanced .mcool file binned at multiple resolutions will be automatically generated
  • specify --zoomify=False to only generate a single-resolution binned .cool
  • balancing arguments can be specified with --balancing_args "..."
  • --exclude=STR in pipeline to remove chromosomes from the final matrix

BUG FIXES:

  • check that provided fastq/bam files have the same length before starting
  • cutsite doc is fixed

Version 3.1.7

24 Aug 17:49
Compare
Choose a tag to compare
  • Add --binning, --zoomify and --balancing arguments to pipeline by @js2264 in #76
  • Fixed deprecated SeqUtils.GC
  • cooler is a strict dependency

Full Changelog: v3.1.6...v3.1.7

Version 3.1.6

08 Jun 06:34
Compare
Choose a tag to compare
  • Use local alignment for the iterative mapping mode with bowtie2
  • Update deprecated sklearn pypi package requirement
  • Update the docs

Version 3.1.5

06 Oct 09:46
Compare
Choose a tag to compare
  • Fix file extension in hicstuff rebin.
  • Fix incompatibility between lines and trim in hicstuff view.
  • More flexible binning suffix support.
  • Update commands.py and fix pandas >= 1.5, accordingly.

Version 3.1.4

08 Jul 15:55
Compare
Choose a tag to compare
  • Correct build to make it work.
  • Correct hicstuff rebin fragments size issue.

V3.1.3

15 Apr 13:22
Compare
Choose a tag to compare

Version 3.1.3

  • Check third parties at the beginning of pipeline.
  • Change output file names of hicstuff cutsite.
  • Reverse reads if necessary in the hicstuff cutsite.
  • Improve figures plot.

v3.1.2

18 Jan 16:29
Compare
Choose a tag to compare
  • Add support for compressed genome
  • Repare camembert plot
  • Fix deprecation error form matplotlib 3.5.0
  • correctly report when matrix rows do not match header in hics_flexible_loader
  • Pin matplotlib version and docutils

Standardized help messages

27 Apr 09:43
Compare
Choose a tag to compare
  • Improve dockerfile base layer to address compatibility bug with libcrypto.
  • Standardize the format of default values in CLI help messages.
  • Fix bug in distancelaw causing integer conversion of custom log bases