Large-scale SMILES requesting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Written by Jiankun Lyu, 20170918 | Written by Jiankun Lyu, 20170918 | ||
The hierarchy of the directories: | |||
smiles_requesting----- working | |||
| | | |||
| |------ extract_all.sort.uniq.txt file(soft link) | |||
| | | |||
| |------ db_zincid | |||
| | |||
| | |||
| | |||
------- scripts ------ submit.csh | |||
| | |||
|------ setup_substructure_searching_files.py | |||
| | |||
|------ setup_converting_fps_files.py | |||
| | |||
|------ | |||
This tutorial is for requesting a large number of SMILES for docking results from ZINC server. Usually, the number is larger than 5M ZINC IDs. | This tutorial is for requesting a large number of SMILES for docking results from ZINC server. Usually, the number is larger than 5M ZINC IDs. | ||
1) Get ZINC ID and energy columns from the extract_all.sort.uniq.txt file | |||
split -d -l 300000 ../combined.smi combined.smi_ |
Revision as of 22:18, 18 September 2017
Written by Jiankun Lyu, 20170918
The hierarchy of the directories:
smiles_requesting----- working | | | |------ extract_all.sort.uniq.txt file(soft link) | | | |------ db_zincid | | | ------- scripts ------ submit.csh | |------ setup_substructure_searching_files.py | |------ setup_converting_fps_files.py | |------
This tutorial is for requesting a large number of SMILES for docking results from ZINC server. Usually, the number is larger than 5M ZINC IDs.
1) Get ZINC ID and energy columns from the extract_all.sort.uniq.txt file
split -d -l 300000 ../combined.smi combined.smi_