Skip to content

Releases: Molmed/snpseq-archive-verify

v1.2.1

18 Oct 13:05
05e5ea3
Compare
Choose a tag to compare

What's Changed

  • ensure that the service returns states recognized by snpseq_packs by @b97pla in #13

Full Changelog: v1.1.2...v1.2.1

v1.2.1-rc1 return valid Arteria states

13 Oct 11:40
3cde27e
Compare
Choose a tag to compare
Pre-release

What's Changed

  • ensure that the service returns states recognized by snpseq_packs by @b97pla in #13

Full Changelog: v1.1.2...v1.2.1-rc1

Download endpoint, pip deployment, docker file

25 May 09:08
717a474
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0-rc1...v1.1.2

Updated dependencies, download endpoint

01 Mar 09:34
f51a976
Compare
Choose a tag to compare

What's Changed

  • switched to pyproject.toml, update rq and dependencies by @b97pla in #8
  • Download option by @b97pla in #9

Full Changelog: v1.0.5-rc1...v1.1.0-rc1

Update vulnerable packages and mock Redis in test environment

04 Oct 13:18
0e9fb95
Compare
Choose a tag to compare
Merge pull request #6 from Molmed/DEVELOP-1339-fix-security-advisory

WIP: Develop 1339 - update app to run on Python 3.6

Update python version to 3.6

03 Dec 14:24
2c0fbe1
Compare
Choose a tag to compare
  • Pin python version to 3.6
  • Update several other packages

Post-verification Cleanup

22 Oct 08:19
6c5379b
Compare
Choose a tag to compare

This release contains the following features:

  • files downloaded from PDC are deleted after they have been successfully verified
  • the downloading of an archive from PDC can be mocked, allowing the bypassing of dsmc commands. This in turn allows the md5 validation of a locally available archive in environments where dsmc is not available, e.g. a development environment

Better error messages

13 Sep 08:43
d1935e6
Compare
Choose a tag to compare

This release brings more informative error messages.

Option to supply full path to PDC archive

08 Jun 10:36
0b5732d
Compare
Choose a tag to compare

Minor changes:

  • An optional parameter "path" is introduced to the service which, if specified, will be used as the full path to the PDC archive, rather than constructing it from the host and archive parameters

Initial release

10 Apr 14:00
61672b0
Compare
Choose a tag to compare

A self contained (aiohttp) REST service that helps verify uploaded SNP&SEQ archives by first downloading the archive from PDC, and then compare the MD5 sums for all associated files.

The web service enqueues certain job functions in the RQ/Redis queue, where they get picked up by the separate RQ worker process.