Conversation
This commit cleans up the repository by removing 183 temporary/debug files from the root directory and completely refreshing the README to accurately reflect SeqRush's current functionality. Changes: Root Directory Cleanup: - Removed temporary test data files (.fa, .fai, .paf, .odgi, .html, etc.) - Removed debug scripts and analysis tools (Python, shell scripts) - Removed development notes and historical documentation - Removed compiled artifacts and temp directories - Removed pafcheck submodule (no longer used) - Kept only essential files: source code, submodules, config files README Refresh: - Updated description to reflect actual implemented features - Removed "Planned" markers for completed features: * AllWave and SweepGA aligners (implemented) * Bidirected union-find (implemented) * Graph layout pipeline (implemented) * Iterative alignment (implemented) - Added comprehensive usage examples for all features - Documented iterative alignment with two-phase processing - Added sparsification strategies documentation - Included validation results from HLA-Zoo testing - Updated project structure to match actual codebase - Corrected repository URL to pangenome organization - Updated acknowledgments to reflect actual dependencies The repository now presents a clean, professional interface that accurately documents the tool's capabilities. All tests pass. Build verified.
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
This PR cleans up the repository by removing 183 temporary/debug files from the root directory and completely refreshing the README to accurately reflect SeqRush's current functionality.
Changes
Root Directory Cleanup (183 files removed)
Files remaining in root (12 essential files):
README Complete Refresh
Old: "Prototype with Planned features"
New: Production tool with implemented features
Key updates:
Verification
cargo build --release --features use-allwavecargo test(100% pass rate)Impact
The repository now has a clean, professional presentation that accurately reflects SeqRush's actual capabilities. No functional changes.