Skip to content

feat: visualization of duplicates#288

Open
BenOrl wants to merge 15 commits intomainfrom
feat_visualize_duplicates
Open

feat: visualization of duplicates#288
BenOrl wants to merge 15 commits intomainfrom
feat_visualize_duplicates

Conversation

@BenOrl
Copy link
Collaborator

@BenOrl BenOrl commented Dec 10, 2024

Visualizes reads that are PCR or optical duplicates via violet bars.

Copy link
Collaborator

@fxwiegand fxwiegand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx a lot! See comment in code.

Comment on lines 250 to 251
"condition":{"test": "(datum.flags & 1024) > 0",
"value": "#8A2BE2"},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice that seems to work! Great idea using the mapq border for the duplicate indication. Would be great if you could format the json file. Can be easily done using jpf -f resources/plot.vl.json. Install via conda install jpf.

BenOrl and others added 13 commits December 13, 2024 18:37
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [rust-htslib](https://github.com/rust-bio/rust-htslib) from 0.48.0 to 0.49.0.
- [Release notes](https://github.com/rust-bio/rust-htslib/releases)
- [Changelog](https://github.com/rust-bio/rust-htslib/blob/master/CHANGELOG.md)
- [Commits](rust-bio/rust-htslib@v0.48.0...v0.49.0)

---
updated-dependencies:
- dependency-name: rust-htslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Wiegand <fxwiegand@wgdnet.de>
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.

2 participants