Skip to content

Releases: uclahs-cds/package-PipeVal

v5.1.0

08 Jul 23:31
c1c5364
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.1.0

v5.0.0

08 Jul 23:31
f9adeae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0-rc.3...v5.0.0

v5.0.0-rc.3

07 Dec 22:10
290fa89
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0-rc.2...v5.0.0-rc.3

v5.0.0-rc.2

06 Dec 20:15
beb4e32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0-rc.1...v5.0.0-rc.2

v5.0.0-rc.1

30 Nov 18:20
ee3dbe1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v5.0.0-rc.1

v4.0.0

22 Nov 17:08
2ed7792
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0-rc.2...v4.0.0

v4.0.0-rc.2

03 May 19:27
bd1fd0d
Compare
Choose a tag to compare

What's Changed

Changed

  • Resolve potential symlinks before validation

Full Changelog: v4.0.0-rc.1...v4.0.0-rc.2

v4.0.0-rc.1

13 Apr 19:39
6f94607
Compare
Choose a tag to compare

What's Changed

Added

  • Add check for empty BAM files (valid header but no reads).
  • Add auto-build workflow to push image to uclahs-cds registry
  • Add repo source label to Dockerfile
  • Add check for existence of index file
  • Add references for VCFtools and Pysam in README
  • Unit tests for existing functions
  • Unit tests for main runner functions
  • Add separate checks for SAM and CRAM files
  • Compression validation and detection through python-magic

Changed

  • Make -t optional, default to file-input
  • Explicitly set Python version to 3.10
  • Split validation and checksum generation into different CLI commands
  • Re-organize functions
  • Change builder image to mambaforge in Dockerfile
  • Update README input tables and command examples
  • Re-structure README with details of current tool

Fixed

Removed

  • Remove deprecated parameter options from README
  • Remove inaccessible design doc link from README
  • Remove directory checking
  • Remove user-specified file type option

Full Changelog: v3.0.0...v4.0.0-rc.1

v3.0.0

04 Aug 00:41
a249bce
Compare
Choose a tag to compare

What's Changed

Updated

  • Updated bl-base to 1.1.0
  • Installed tools using mamba

Added

  • Add bldocker user and group to Dockerfile
  • Add support for mutliple input files

Changed

  • Convert module to Python CLI package; now runs directly from commandline with validate.
  • Single source package version from __init__.py
  • Use pysam instead of samtools in bam file validation.

Fixed

  • Add handling for valid file types whose validation is not yet implemented.

New Contributors

Full Changelog: v2.1.6...v3.0.0

v2.1.6 [recommended]

18 Oct 23:58
aee9e34
Compare
Choose a tag to compare

File type detection update to properly detect file type when filename contains multiple .
Fixed bug with detecting fasta files

Docker image: blcdsdockerregistry/pipeval:2.1.6