You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/DCP-documentation/passing_files_to_DCP.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ To use a batch file with run_batch_general.py, enter the name of the batch file
69
69
At the bottom of the file, set `batch=True` in the command for the step you are running.
70
70
(e.g. `MakeAnalysisJobs(batch=True)`)
71
71
Note that if you do not follow our standard file organization, under **#not project specific, unless you deviate from the structure** you will also need to edit `batchpath`.
72
+
Note that batch files are NOT currently compatible with `DOWNLOAD_FILES` being set to True, since the file downloading code cannot at this time parse the batch file to figure out the necessary files needed for the run.
0 commit comments