New pages
Jump to navigation
Jump to search
- 19:53, 21 February 2025 CC:Docking (hist | edit) [187 bytes] Frodo (talk | contribs) (asdf)
- 19:44, 21 February 2025 Chemistry commons (hist | edit) [31 bytes] Frodo (talk | contribs) (asdf) Tag: New redirect
- 19:09, 21 February 2025 ML (hist | edit) [16 bytes] Frodo (talk | contribs) (asdf) Tag: New redirect
- 19:09, 21 February 2025 AI (hist | edit) [105 bytes] Frodo (talk | contribs) (asdf)
- 19:07, 21 February 2025 SwitchyOmega (hist | edit) [132 bytes] Frodo (talk | contribs) (asdf)
- 18:21, 21 February 2025 Currently in progress (hist | edit) [33 bytes] Frodo (talk | contribs) (asdf) Tag: New redirect
- 18:11, 21 February 2025 Multi component query (hist | edit) [864 bytes] Frodo (talk | contribs) (asdf)
- 17:28, 21 February 2025 Gitlab (hist | edit) [249 bytes] Frodo (talk | contribs) (asdf)
- 17:26, 21 February 2025 New lab members (hist | edit) [35 bytes] Frodo (talk | contribs) (asdf) Tag: New redirect
- 21:08, 11 February 2025 How to be Max (hist | edit) [115 bytes] Mtsukanov (talk | contribs) (Created page with "- Look at guide in https://docs.google.com/document/d/1b5BvlcbFbhpbc3ZJQ3ehd1ussrMTcd2UyMEk7yXi58I/edit?usp=sharing")
- 00:46, 11 February 2025 News of 2025-02 Feb (hist | edit) [778 bytes] Frodo (talk | contribs) (asdf) originally created as "News of 2024-02 Feb"
- 19:55, 6 February 2025 How to be someone (hist | edit) [26 bytes] Frodo (talk | contribs) (asdf)
- 19:52, 6 February 2025 Code to report wynton usage by year (hist | edit) [474 bytes] Frodo (talk | contribs) (asdf)
- 18:55, 5 February 2025 INDOCK 3.8 (hist | edit) [5,331 bytes] Frodo (talk | contribs) (asdf)
- 19:10, 30 January 2025 Things we are trying (hist | edit) [173 bytes] Frodo (talk | contribs) (asdf)
- 01:14, 30 January 2025 Protocols (hist | edit) [111 bytes] Frodo (talk | contribs) (asdf)
- 20:17, 24 January 2025 CHARMM (hist | edit) [2,027 bytes] Khtang (talk | contribs) (Created page with "CHARMM is a molecular simulation software from Harvard. = Install CHARMM = == Requirements == gcc --version * Upgrade to at least GCC 7 ( if need) https://linuxhostsupport.com/blog/how-to-install-gcc-on-centos-7/ * Upgrade Cmake (version 3+) Please make sure that you are using the same C and Fortran compiler version for these dependencies below otherwise CHARMM won’t compile wget https://cmake.org/files/v3.20/cmake-3.20.5.tar.gz tar xvzf cmake-3.20.5.tar.gz cd...")
- 18:50, 8 December 2024 Zinc-22r (hist | edit) [2,331 bytes] Frodo (talk | contribs) (asdf)
- 21:55, 6 December 2024 Small change analogs (hist | edit) [1,026 bytes] Omailhot (talk | contribs) (Created page with "'''Step 0: source my environment''' All I'm developing is part of a single Python package called bksltk (BKS-lab Toolkit). So just source my Python environment on gimel2 (or other gimelX which has Python3) and you'll have access to everything: source /nfs/home/omailhot/pyenv_source.sh Then, you can use the get_all_analogs_smiles_set() method from the toolkit, which will return all smiles of small change analogs, starting from a single smiles string: from bksltk.an...")
- 23:42, 26 November 2024 Getting resh up (hist | edit) [218 bytes] Frodo (talk | contribs) (asdf)
- 19:45, 26 November 2024 Combinatorial analogs (hist | edit) [1,564 bytes] Omailhot (talk | contribs) (Created page with "Here's an example of how to generate combinatorial analogs from the same parent. Make sure to source my environment first: source /nfs/home/omailhot/pyenv_source.sh Then, you will want to create a .png file of your parent with standard numbering on it. We'll use etomidate in this example: from bksltk.analogs import write_numbered_parent_png, make_analogs_combinations eto_smiles = 'CCOC(=O)C1=CN=CN1[C@H](C)C2=CC=CC=C2' write_numbered_parent_png(eto_smiles, 'test_p...")