Skip to content

Releases: fls-bioinformatics-core/pegs

pegs-0.6.6

07 Dec 12:45
Compare
Choose a tag to compare

PEGS 0.6.6

Patch release:

  • Fix continuous integration testing workflow in Github Actions to work with Python 3.6.
  • Pin required version of xlsxwriter to 3.1.9, and fix associated bug when creating XLSX files with TADS using this version.
  • Fix documentation generation on ReadTheDocs.
  • Add CITATION.cff file to GitHub repository (adds citation information to the repository front page).

pegs-0.6.5

01 Jul 14:52
Compare
Choose a tag to compare

PEGS 0.6.5

Patch release:

  • Always use the Agg matplotlib backend (to avoid problems with systems where DISPLAY environment variable is set but no graphical
    display is available.
  • Update documentation for mk_pegs_intervals to clarify how to obtain suitable input files.

pegs-0.6.4

08 Nov 10:49
Compare
Choose a tag to compare

PEGS 0.6.4

Patch release:

pegs-0.6.3

25 Oct 10:47
Compare
Choose a tag to compare

PEGS 0.6.3

Patch release:

  • Patches to improve handling of input files: fix problems with sorting filenames, and perform explicit checks on peaks and cluster files to ensure that they exist and are not actually directories.
  • Update the Conda installation instructions in the README and documentation.

pegs-0.6.2

28 Sep 14:50
Compare
Choose a tag to compare

PEGS 0.6.2

Patch release:

  • Update the README and "getting started" documentation to include installation from Conda.

pegs-0.6.1

14 Sep 14:29
Compare
Choose a tag to compare

PEGS 0.6.1

Patch release:

  • Patches to update the README and glucocorticoid examples to reflect the new command line format introduced in version 0.6.0.

pegs-0.6.0

14 Sep 13:04
Compare
Choose a tag to compare

PEGS 0.6.0

This version includes updates that are not backwards compatible with older versions of PEGS

  • Substantial update to how input files and distances are specified:
    • New compulsory --peaks and --genes arguments must now be used to specify one or more peakset and gene cluster files respectively.
    • Distance intervals must be specified with new --distances option.
  • New options added to customise the output heatmaps:
    • --x-label and --y-label options allow custom axis labels to be specified.
    • Documentation on setting custom colours for heatmap has been expanded (along with examples).
    • Heatmap image format can be specified on the command line either implicitly (via output file name extension) or explicitly (using --format option). Supports PNG, SVG, PDF etc.
  • Added information on how to cite PEGS.

pegs-0.5.1

22 Jun 10:19
Compare
Choose a tag to compare

PEGS 0.5.1

Patch release:

  • Patches to fix display of README landing page on PyPI and include the changelog in the documentation.