Add splicing module and related tests
- Add src/splicing/ module with scaffold_prep, fragment_prep, and engine - Add tylosin_splicer.py entry script - Add unit tests for splicing components Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
10
scripts/tylosin_splicer.py
Normal file
10
scripts/tylosin_splicer.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
Tylosin Splicing System - Main Entry Point
|
||||
"""
|
||||
|
||||
def main():
|
||||
print("Hello from Tylosin Splicer")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user