Skip to content

Commit 3c4de6b

Browse files
Augustin-Zidekcopybara-github
authored andcommitted
Update the output documentation with case sensitivity and force_output_dir
PiperOrigin-RevId: 789369238 Change-Id: I2ccab4e220300646dba2f8882a82ad1e21c1523f
1 parent ec4254a commit 3c4de6b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/output.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
## Output Directory Structure
44

55
For 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

1112
The following structure is used within the output directory:
1213

0 commit comments

Comments
 (0)