Skip to content

Files

Latest commit

 

History

History
47 lines (34 loc) · 3.09 KB

CHANGELOG.md

File metadata and controls

47 lines (34 loc) · 3.09 KB

Changelog

v1.2.0 (2021-10-27)

Feature

  • workflow: Support snakemake report (2cb199f)
  • repo: Comply to standardised usage (a860777)

Fix

  • scripts: Correct import (170d0a3)

v1.1.2 (2021-07-21)

Fix

  • deps: Migrate to gtexquery v2.0.0 (d5ff215)

v1.1.1 (2021-07-20)

v1.1.0 (2021-07-15)

Feature

  • workflow: Add schema validation (0b35f95)

v1.0.0 (2021-07-14)

Feature

  • workflow: Provides resources in repository (d5ff4f2)

Fix

  • workflow: Migrate to gtexquery v1.0.0 (82d5324)

Breaking

  • While the output of the pipeline remains unchanged, users who do not already have the resources locally must either generate them or pull them from the repository. As this changes the input requirements of the pipeline, I have decided to class this as Breaking. (d5ff4f2)
  • The output is now a collection of csv files, one per gene. As mentioned above, this eliminates the need to try to test excel file. It also greatly simplifies multithreading. Closes #1. (82d5324)

Documentation

  • CONTRIBUTING: Document snakemake tests (4fd39e7)
  • docs: Update link targets (c467b3f)

v0.1.0 (2021-07-13)

Feature

  • scripts: Add analysis scripts to workflow (ead7055)
  • repo: Initialise repository (a020dda)

Documentation

  • images: Add rulegraph for pipeline (5938b20)
  • scripts: Add documentation for scripts (8a2815f)
  • repo: Conform to commonmark standards (40425e8)