├── 2_component └── first_iter │ ├── REACTIONS_SYNTHONS_minimal.icb │ ├── docking_launcher.icm │ ├── files │ ├── s11_const_frag_1.sdf │ └── s11_const_frag_2.sdf │ ├── icm_enumerate_REAL_frags.icm │ ├── icm_filter_fragments.icm │ ├── icm_load_hits_enamine_REAL.icm │ ├── indexer.icm │ ├── input_VSYNTHES.in │ ├── run │ ├── CB2_5zty_sb_apf.dtb │ ├── CB2_5zty_sb_apf_LOG.htm │ ├── CB2_5zty_sb_apf_gb.map │ ├── CB2_5zty_sb_apf_gc.map │ ├── CB2_5zty_sb_apf_ge.map │ ├── CB2_5zty_sb_apf_gh.map │ ├── CB2_5zty_sb_apf_gl.map │ ├── CB2_5zty_sb_apf_gs.map │ ├── CB2_5zty_sb_apf_rec.ob │ └── CB2_5zty_sb_apf_tmplt.ob │ └── synthons │ ├── s11_1.sdf │ └── s11_2.sdf ├── 3_component └── first_iter │ ├── REACTIONS_SYNTHONS_minimal.icb │ ├── docking_launcher.icm │ ├── files │ ├── s275592a_const_frag_12.sdf │ ├── s275592a_const_frag_13.sdf │ └── s275592a_const_frag_23.sdf │ ├── icm_enumerate_REAL_frags.icm │ ├── icm_filter_fragments.icm │ ├── icm_load_hits_enamine_REAL.icm │ ├── indexer.icm │ ├── input_VSYNTHES.in │ ├── run │ ├── CB2_5zty_sb_apf.dtb │ ├── CB2_5zty_sb_apf_LOG.htm │ ├── CB2_5zty_sb_apf_gb.map │ ├── CB2_5zty_sb_apf_gc.map │ ├── CB2_5zty_sb_apf_ge.map │ ├── CB2_5zty_sb_apf_gh.map │ ├── CB2_5zty_sb_apf_gl.map │ ├── CB2_5zty_sb_apf_gs.map │ ├── CB2_5zty_sb_apf_rec.ob │ └── CB2_5zty_sb_apf_tmplt.ob │ └── synthons │ ├── s275592a_1.sdf │ ├── s275592a_2.sdf │ └── s275592a_3.sdf ├── LICENSE.md ├── README.md └── scripts ├── REACTIONS_SYNTHONS_minimal.icb ├── docking_launcher.icm ├── icm_enumerate_REAL_frags.icm ├── icm_filter_fragments.icm ├── icm_load_hits_enamine_REAL.icm ├── indexer.icm └── input_VSYNTHES.in /2_component/first_iter/REACTIONS_SYNTHONS_minimal.icb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/REACTIONS_SYNTHONS_minimal.icb -------------------------------------------------------------------------------- /2_component/first_iter/docking_launcher.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/docking_launcher.icm -------------------------------------------------------------------------------- /2_component/first_iter/files/s11_const_frag_1.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/files/s11_const_frag_1.sdf -------------------------------------------------------------------------------- /2_component/first_iter/files/s11_const_frag_2.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/files/s11_const_frag_2.sdf -------------------------------------------------------------------------------- /2_component/first_iter/icm_enumerate_REAL_frags.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/icm_enumerate_REAL_frags.icm -------------------------------------------------------------------------------- /2_component/first_iter/icm_filter_fragments.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/icm_filter_fragments.icm -------------------------------------------------------------------------------- /2_component/first_iter/icm_load_hits_enamine_REAL.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/icm_load_hits_enamine_REAL.icm -------------------------------------------------------------------------------- /2_component/first_iter/indexer.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/indexer.icm -------------------------------------------------------------------------------- /2_component/first_iter/input_VSYNTHES.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/input_VSYNTHES.in -------------------------------------------------------------------------------- /2_component/first_iter/run/CB2_5zty_sb_apf.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/run/CB2_5zty_sb_apf.dtb -------------------------------------------------------------------------------- /2_component/first_iter/run/CB2_5zty_sb_apf_LOG.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/run/CB2_5zty_sb_apf_LOG.htm -------------------------------------------------------------------------------- /2_component/first_iter/run/CB2_5zty_sb_apf_gb.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/run/CB2_5zty_sb_apf_gb.map -------------------------------------------------------------------------------- /2_component/first_iter/run/CB2_5zty_sb_apf_gc.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/run/CB2_5zty_sb_apf_gc.map -------------------------------------------------------------------------------- /2_component/first_iter/run/CB2_5zty_sb_apf_ge.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/run/CB2_5zty_sb_apf_ge.map -------------------------------------------------------------------------------- /2_component/first_iter/run/CB2_5zty_sb_apf_gh.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/run/CB2_5zty_sb_apf_gh.map -------------------------------------------------------------------------------- /2_component/first_iter/run/CB2_5zty_sb_apf_gl.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/run/CB2_5zty_sb_apf_gl.map -------------------------------------------------------------------------------- /2_component/first_iter/run/CB2_5zty_sb_apf_gs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/run/CB2_5zty_sb_apf_gs.map -------------------------------------------------------------------------------- /2_component/first_iter/run/CB2_5zty_sb_apf_rec.ob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/run/CB2_5zty_sb_apf_rec.ob -------------------------------------------------------------------------------- /2_component/first_iter/run/CB2_5zty_sb_apf_tmplt.ob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/run/CB2_5zty_sb_apf_tmplt.ob -------------------------------------------------------------------------------- /2_component/first_iter/synthons/s11_1.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/synthons/s11_1.sdf -------------------------------------------------------------------------------- /2_component/first_iter/synthons/s11_2.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/2_component/first_iter/synthons/s11_2.sdf -------------------------------------------------------------------------------- /3_component/first_iter/REACTIONS_SYNTHONS_minimal.icb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/REACTIONS_SYNTHONS_minimal.icb -------------------------------------------------------------------------------- /3_component/first_iter/docking_launcher.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/docking_launcher.icm -------------------------------------------------------------------------------- /3_component/first_iter/files/s275592a_const_frag_12.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/files/s275592a_const_frag_12.sdf -------------------------------------------------------------------------------- /3_component/first_iter/files/s275592a_const_frag_13.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/files/s275592a_const_frag_13.sdf -------------------------------------------------------------------------------- /3_component/first_iter/files/s275592a_const_frag_23.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/files/s275592a_const_frag_23.sdf -------------------------------------------------------------------------------- /3_component/first_iter/icm_enumerate_REAL_frags.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/icm_enumerate_REAL_frags.icm -------------------------------------------------------------------------------- /3_component/first_iter/icm_filter_fragments.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/icm_filter_fragments.icm -------------------------------------------------------------------------------- /3_component/first_iter/icm_load_hits_enamine_REAL.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/icm_load_hits_enamine_REAL.icm -------------------------------------------------------------------------------- /3_component/first_iter/indexer.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/indexer.icm -------------------------------------------------------------------------------- /3_component/first_iter/input_VSYNTHES.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/input_VSYNTHES.in -------------------------------------------------------------------------------- /3_component/first_iter/run/CB2_5zty_sb_apf.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/run/CB2_5zty_sb_apf.dtb -------------------------------------------------------------------------------- /3_component/first_iter/run/CB2_5zty_sb_apf_LOG.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/run/CB2_5zty_sb_apf_LOG.htm -------------------------------------------------------------------------------- /3_component/first_iter/run/CB2_5zty_sb_apf_gb.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/run/CB2_5zty_sb_apf_gb.map -------------------------------------------------------------------------------- /3_component/first_iter/run/CB2_5zty_sb_apf_gc.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/run/CB2_5zty_sb_apf_gc.map -------------------------------------------------------------------------------- /3_component/first_iter/run/CB2_5zty_sb_apf_ge.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/run/CB2_5zty_sb_apf_ge.map -------------------------------------------------------------------------------- /3_component/first_iter/run/CB2_5zty_sb_apf_gh.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/run/CB2_5zty_sb_apf_gh.map -------------------------------------------------------------------------------- /3_component/first_iter/run/CB2_5zty_sb_apf_gl.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/run/CB2_5zty_sb_apf_gl.map -------------------------------------------------------------------------------- /3_component/first_iter/run/CB2_5zty_sb_apf_gs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/run/CB2_5zty_sb_apf_gs.map -------------------------------------------------------------------------------- /3_component/first_iter/run/CB2_5zty_sb_apf_rec.ob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/run/CB2_5zty_sb_apf_rec.ob -------------------------------------------------------------------------------- /3_component/first_iter/run/CB2_5zty_sb_apf_tmplt.ob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/run/CB2_5zty_sb_apf_tmplt.ob -------------------------------------------------------------------------------- /3_component/first_iter/synthons/s275592a_1.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/synthons/s275592a_1.sdf -------------------------------------------------------------------------------- /3_component/first_iter/synthons/s275592a_2.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/synthons/s275592a_2.sdf -------------------------------------------------------------------------------- /3_component/first_iter/synthons/s275592a_3.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/3_component/first_iter/synthons/s275592a_3.sdf -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/README.md -------------------------------------------------------------------------------- /scripts/REACTIONS_SYNTHONS_minimal.icb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/scripts/REACTIONS_SYNTHONS_minimal.icb -------------------------------------------------------------------------------- /scripts/docking_launcher.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/scripts/docking_launcher.icm -------------------------------------------------------------------------------- /scripts/icm_enumerate_REAL_frags.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/scripts/icm_enumerate_REAL_frags.icm -------------------------------------------------------------------------------- /scripts/icm_filter_fragments.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/scripts/icm_filter_fragments.icm -------------------------------------------------------------------------------- /scripts/icm_load_hits_enamine_REAL.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/scripts/icm_load_hits_enamine_REAL.icm -------------------------------------------------------------------------------- /scripts/indexer.icm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/scripts/indexer.icm -------------------------------------------------------------------------------- /scripts/input_VSYNTHES.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katritchlab/V-SYNTHES/HEAD/scripts/input_VSYNTHES.in --------------------------------------------------------------------------------