-
Updated
Dec 15, 2021 - C++
computational-biology
Here are 676 public repositories matching this topic...
-
Updated
Apr 9, 2022 - Jupyter Notebook
-
Updated
May 16, 2021 - Python
-
Updated
Apr 7, 2022 - Python
Hi,
It would be nice to have the capability to expand/collapse nodes similar to https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse.
Thanks.
Add departments column and values for PIs at Stanford University
Describe the solution you'd like
- inputs for chain selection as a separate .txt file
- Input as list of PDB codes (txt file) rather than PDB directory path
Hello maintainers of the amazing package,
I recently updated cobrapy and am experienced unexpected behavior with cobra.test.create_test_model("salmonella")
Two things are unusual:
- Now, many warnings are given during loading of the model, whereas none were given in a previous version. Here are a few of the warnings:
`Model does not contain SBML fbc package information.
SBML package
-
Updated
Mar 1, 2022
-
Updated
Apr 5, 2022 - Go
Both mmtf.get_structure() and connect_via_residue_names() assign too many bonds, if two adjacent residues share the same residue ID. An example is LEU/ILE 25 in 1JXT. In this case all terminal hydrogen atoms are connected to the respective carbon atom of both LEU and ILE. The reason is that both function iterate residue-wise over the structure and consider both residues as the same res
-
Updated
Nov 30, 2021 - HTML
-
Updated
Jul 29, 2021 - Shell
-
Updated
Apr 19, 2021 - C
-
Updated
Nov 4, 2020 - Python
-
Updated
Mar 6, 2022 - Jupyter Notebook
-
Updated
Apr 9, 2022 - C
-
Updated
May 3, 2019 - Jupyter Notebook
-
Updated
Oct 26, 2021 - Python
-
Updated
Mar 31, 2022 - Python
-
Updated
Nov 24, 2021 - Jupyter Notebook
-
Updated
Mar 27, 2022 - C++
-
Updated
Jan 22, 2022 - Jupyter Notebook
-
Updated
May 17, 2021 - Python
-
Updated
Jul 17, 2018 - Python
-
Updated
Apr 6, 2022 - Python
-
Updated
Feb 11, 2022 - Jupyter Notebook
-
Updated
Apr 8, 2022 - C++
-
Updated
Mar 19, 2021 - Python
Improve this page
Add a description, image, and links to the computational-biology topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the computational-biology topic, visit your repo's landing page and select "manage topics."
I was trying to figure out why we get memory leaks in osim-rl. I use a slightly different custom version of osim-rl. However, it seems that everything points towards the integrate function of the Manager. The new version of the Manager does not have a reset mechanism and therefore one must delete the manager and create a new one. I have a minimu