Skip to content

Commit 85e1246

Browse files
authored
Clarify can't use batchfiles with DOWNLOAD_FILES (#215)
1 parent a6e9acc commit 85e1246

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

documentation/DCP-documentation/passing_files_to_DCP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ To use a batch file with run_batch_general.py, enter the name of the batch file
6969
At the bottom of the file, set `batch=True` in the command for the step you are running.
7070
(e.g. `MakeAnalysisJobs(batch=True)`)
7171
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.
7273

7374
## File lists
7475

0 commit comments

Comments
 (0)