File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## Output Directory Structure
44
55For every input job, AlphaFold 3 writes all its outputs in a directory called by
6- the sanitized version of the job name. E.g. for job name "My first fold (test)",
7- AlphaFold 3 will write its outputs in a directory called ` my_first_fold_test ` .
8- If such directory already exists, AlphaFold 3 will append a timestamp to the
9- directory name to avoid overwriting existing data.
6+ the sanitized version of the job name. E.g. for job name "My first fold (TEST)",
7+ AlphaFold 3 will write its outputs in a directory called ` My_first_fold_TEST `
8+ (the case is respected). If such directory already exists, AlphaFold 3 will
9+ append a timestamp to the directory name to avoid overwriting existing data
10+ unless ` --force_output_dir ` is passed.
1011
1112The following structure is used within the output directory:
1213
You can’t perform that action at this time.
0 commit comments