I built a Python pipeline to evaluate the Exosome Complex in AlphaFold &CombFold
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects. (more…)
Read more »
JSPatch is a library inspired by [mock.patch](https://docs.python.org/3/library/unittest.mock.html#patch) from python. It leverages Jest code transformations in order to modify files under test so that we can dynamically patch arbitrary identifiers.. Late… Read more