Skip to content

Releases: IMS-Bio2Core-Facility/GTExSnake

v1.2.0

27 Oct 13:46
Compare
Choose a tag to compare

Feature

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

Fix

  • scripts: Correct import (170d0a3)

v1.1.2

21 Jul 08:01
Compare
Choose a tag to compare

Fix

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

v1.1.1

20 Jul 16:08
Compare
Choose a tag to compare
v1.1.1

v1.1.0

15 Jul 08:49
Compare
Choose a tag to compare

Feature

  • workflow: Add schema validation (0b35f95)

v1.0.0

14 Jul 16:46
Compare
Choose a tag to compare

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)