Postprocessing the ATG Prescreen
After the ATG Prescreen has been carried out, the results have to be postprocessed, and the input files for the ATG Primary Screen created.
Before postprocessing the results, we need to download two additional files:
Enamine_REAL_Space_2022q12.tranches.parquet
Enamine_REAL_Space_2022q12.collections.parquet
They have to be stored in the home folder, because the processing scripts expect them there. The two files can be downloaded and stored in the home folder by using the commands:
The postprocessing can be done using the command:
In more detail, the command does the following, in order:
Ligand Ranking File: Creation of a single file containing all the ligands IDs that were screened in the ATG Prescreen (one per line) together with their final docking score, ranked by docking score. For each docking scenario, the file will be stored in the folder
../output-files/<docking scenario name>.ranking.complete.csv.gz
Reduced ranking file: Ligand ranking file with only a few of the columns of the full ranking file, for more efficient postprocessing in several of the subsequent steps. For each docking scenario, the file will be stored in
../output-files/<docking scenario name>.ranking.subset-1.csv.gz
Sparse Metrics File: Creation of a file that contains the average docking scores for each tranche. For the preparation of this file, the Docking Score File from step 1 is needed.
The files that the command creates are stored in the folder ../output-files
.
Last updated