Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update how metadata are stored in bonsai input #84

Merged
merged 18 commits into from
Aug 28, 2024

Conversation

mhkc
Copy link
Collaborator

@mhkc mhkc commented Aug 13, 2024

This PR makes changes to the output data format.

  • RunMetadata has been split into two seperate data classes, one for recording sequencing information and the other for information on the pipeline.
  • LIMS id and sample name was moved from RunMetadata into the SampleBase object, which makes more sense.
  • Split SV and SNV from tbprofiler output
  • Update annotate_delly to extract SVs from vcf
  • Fix genome_annotation appending bug
  • Fix variant sorting as reference_sequence can be None
  • Add indel_variants to json result and ability to filter vcf into various categories

@mhkc mhkc requested a review from LordRust August 13, 2024 07:54
@ryanjameskennedy ryanjameskennedy linked an issue Aug 19, 2024 that may be closed by this pull request
@ryanjameskennedy ryanjameskennedy merged commit be622d8 into master Aug 28, 2024
7 checks passed
@ryanjameskennedy ryanjameskennedy deleted the update-sample-datamodel branch August 28, 2024 11:10
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.

Split tbprofiler output into SNV and SV
3 participants