Robin

Results 3 issues of Robin

This pull request addresses an issue with file handling in the tnseq_tools.py script. The current implementation uses `open()` without properly closing the file, which could potentially lead to resource leaks....

This PR optimizes membership checks by replacing lists with sets in two key functions: 1. `replace_at` function: - The index_values used in the `if index % index_period in index_values:` check...

### Description This PR introduces a global random seed set after imports in the test file. This change aims to make the tests more deterministic and easier to debug by...