[TEST] #16: Alignment Fallback WDL Task#46
Draft
crashfrog wants to merge 1 commit into
Draft
Conversation
Add comprehensive acceptance tests for alignment fallback WDL task. Tests cover: - WDL file existence and structure - Task signature with required inputs (query, allele FASTA, MinHash results) - Ambiguity detection triggers (low similarity, close second-best) - Minimap2 alignment integration - Novel allele detection and reporting - Output format with identity and status fields - Containerization with minimap2 - Edge cases (empty results, single locus, all novel) All tests currently FAIL as expected (RED phase) - the alignment_fallback.wdl file does not exist yet. Implementation agent will create the feature to make these tests pass. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Acceptance tests for alignment fallback WDL task (Issue #16).
Test Status
ALL TESTS FAILING (RED PHASE) - This is expected and correct.
The alignment_fallback.wdl file does not exist yet. These tests define the contract
for the implementation agent.
Test plan
Next Steps
Implementation agent will:
Generated with Claude Code