Skip to content

Release 0.2.0: fix Hi-C QC report rendering and pipeline improvements#8

Merged
cokelaer merged 1 commit into
mainfrom
fix-qc-report-and-release-0.2.0
Jun 8, 2026
Merged

Release 0.2.0: fix Hi-C QC report rendering and pipeline improvements#8
cokelaer merged 1 commit into
mainfrom
fix-qc-report-and-release-0.2.0

Conversation

@cokelaer

@cokelaer cokelaer commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fix Hi-C QC report rendering
  • Pipeline improvements
  • Bump version to 0.2.0 (already published to PyPI)

Notes

PyPI 0.2.0 already published; this PR brings main in sync with the released code. Tag v0.2.0 to follow after merge.

🤖 Generated with Claude Code

- Fix per-sample QC report showing raw Markdown instead of HTML: the
  report template opened with a block-level <center> tag, which made
  python-markdown skip conversion of all enclosed content. Enable the
  md_in_html extension and add markdown="1" to the wrapping block tags.
- Add table styling to the QC report CSS (collapsed borders, padded
  cells, dark header row).
- bwa_split: replace 32-bit seqkit split2 (crashes on large inputs) with
  sequana fastq-split; use -5SP -M bwa options and split_fasta container.
- Add qc3c report to pipeline targets for both chromap and bwa paths.
- Bump version to 0.2.0, set status to Production, update changelog.
- Expand test suite with lightweight setup/config-validation tests.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
@cokelaer cokelaer merged commit d06dfbf into main Jun 8, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant