transit icon indicating copy to clipboard operation
transit copied to clipboard

Repository for the TRANSIT and TPP tools developed by the Ioerger Lab

Results 2 transit issues
Sort by recently updated
recently updated
newest added

Hello, this small modification allows `bwa` to be found based on the user PATH. since python-3.3 `shutil.which()` to provide a cross-platform means of discovering executables. I had to modify the...

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....