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

Implement seqan3::sam_record::reference_sequence #292

Open
14 tasks
marehr opened this issue Feb 27, 2021 · 0 comments
Open
14 tasks

Implement seqan3::sam_record::reference_sequence #292

marehr opened this issue Feb 27, 2021 · 0 comments

Comments

@marehr
Copy link
Member

marehr commented Feb 27, 2021

Description

To construct the seqan3::sam_record::alignment we internally get the reference_sequence by using the id-sequence-map from the alignment header (if present) and the seqan3::sam_record::reference_id. Our sam_record could give a convenience accessor to that sequence.

Acceptance Criteria

  • test 1
  • test 2
  • test 3

Tasks

  • task 1
  • task 2
  • task 3

Definition of Done

  • Implementation and design approved
  • Unit tests pass
  • Test coverage = 100%
  • Microbenchmarks added and/or affected microbenchmarks < 5% performance drop
  • API documentation added
  • Tutorial/teaching material added
  • Test suite compiles in less than 30 seconds (on travis)
  • Changelog entry added
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

No branches or pull requests

1 participant