Skip to content

stage.6. id .extsubmission

Chris Churas edited this page Sep 21, 2016 · 2 revisions

This task downloads the docking results from ftp server set via --ftpconfig on celpprunner.py. The docked results are expected to be a compressed file in this format

This task will then uncompress the above file and put it in to a directory in the following structure:

stage.6.<id>.extsubmission/
                            <target id>/
                                        LMCSS-<target id>_<candidate id>_docked.pdb
                                        LMCSS-<target id>_<candidate id>_docked.mol
                                        SMCSS-<target id>_<candidate id>_docked.pdb
                                        SMCSS-<target id>_<candidate id>_docked.mol
                                        hiResHolo-<target id>_<candidate id>_docked.pdb
                                        hiResHolo-<target id>_<candidate id>_docked.mol
                                        hiTanimoto-<target id>_<candidate id>_docked.pdb
                                        hiTanimoto-<target id>_<candidate id>_docked.mol
                                        hiResApo-<target id>_<candidate id>_docked.pdb
                                        hiResApo-<target id>_<candidate id>_docked.mol

NOTE: The <id> is the contestant or submission id given to the participant when they join the challenge.

Clone this wiki locally