The current iris.batch() function accepts multiple input files but the created input chain structure will not be correct. It should be possible to create jobs containing multiple files using synchronization points.
Works kinda now. The current implementation writes a subtask file containing all chains associated with a job to the job directory and assembles result values/current task state from this file.
The current iris.batch() function accepts multiple input files but the created input chain structure will not be correct. It should be possible to create jobs containing multiple files using synchronization points.