Skip to content

0.6.0

Choose a tag to compare

@emarinier emarinier released this 12 May 18:00
· 158 commits to main since this release
c36928f

0.6.0 - 2025/05/12

Updated

  • Updated profile_dists to version 1.0.5. PR #59
  • Updated genomic_address_service to version 0.2.0. PR #59
  • Added software_versions.yml to pipeline output. PR #59

Fix

  • A bug where addresses weren't called when no samples in the input sample sheet had addressess already assigned. PR #60
  • A bug where large gzipped files would cause pipe errors (141) and then the append_profiles process would fail. This would cause the whole pipeline to fail. A fix has been added to prevent this failure from failing the process. PR #61
  • Fixed issue #57, where LOCIDEX_MERGE had file collisions in pubDir due to multiple processes generating the same file name (when split into multiple batches). PR #58