Skip to content

Commit 2320eeb

Browse files
authored
Fix Z projection jobs to use the right CSV
1 parent ae8d94c commit 2320eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_batch_general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def MakeZprojJobs(batch=False):
6464
'output': zprojoutpath,
6565
'output_structure': zprojoutputstructure,
6666
'input': inputpath,
67-
'data_file': posixpath.join(datafilepath,tozproj,csvname)
67+
'data_file': posixpath.join(datafilepath,tozproj,csv_unprojected_name)
6868
}
6969
else:
7070
templateMessage_zproj = {'Metadata': 'Metadata_Plate='+tozproj+',Metadata_Well='+eachrow+'%02d' %eachcol+',Metadata_Site='+str(eachsite),

0 commit comments

Comments
 (0)