refactor: remove the unused leviosam2 chain-lift rules - #70
Merged
Conversation
This was referenced Aug 14, 2026
Nothing consumes the leviosam2 outputs, chain mode has been broken since the fire rule stopped producing a bam (its input referenced a bam output that no longer exists), and the rules carried further latent bugs (index written to a hardcoded shared path instead of the declared output). Delete the rules and the chain/levio_exe config options. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mrvollger
force-pushed
the
remove-levio
branch
from
August 14, 2026 21:12
ddddc80 to
55ac52e
Compare
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.
Part 2 of a 3-PR stack (#69 → this → #68). Merge after #69; the base retargets to main automatically when #69 merges.
Nothing consumes the leviosam2 outputs (
rule allnever references them), chain mode has been broken sincerule fireswitched to CRAM output (the levio input referencedrules.fire.output.bam, which no longer exists, making anychain:config a parse-time error), and the rules carried further latent bugs (the index was written to a hardcoded shared path rather than its declared per-sample output). A single globalchain:also cannot coexist with the per-sample references arriving in #68. This removesworkflow/rules/levio.smkand thechain/levio_execonfig options.🤖 Generated with Claude Code