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

Add optional offset to FastaReader #416

Closed
Taepper opened this issue May 9, 2024 · 2 comments · Fixed by #474
Closed

Add optional offset to FastaReader #416

Taepper opened this issue May 9, 2024 · 2 comments · Fixed by #474
Assignees

Comments

@Taepper
Copy link
Collaborator

Taepper commented May 9, 2024

It should be possible to ingest also partial reads without them needing to contain almost exclusively gap symbols.

@Taepper
Copy link
Collaborator Author

Taepper commented May 24, 2024

This enables the reading of SAM and other file formats, which do not represent full aligned sequences, but have short aligned reads instead

@Taepper
Copy link
Collaborator Author

Taepper commented May 24, 2024

We add an integration test folder under testBaseData that contains a test set, which:

  • has tests for its preprocessing present in preprocessor.test.cpp
  • has tests for its query results in src/silo/test/

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 a pull request may close this issue.

2 participants