File tree Expand file tree Collapse file tree
auto_process_ngs/bcl2fastq Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2623,6 +2623,7 @@ def finish(self):
26232623 illumina_data = IlluminaData (os .path .dirname (self .tmp_out_dir ),
26242624 os .path .basename (self .tmp_out_dir ))
26252625 if illumina_data .undetermined :
2626+ print ("Removing undetermined fastqs" )
26262627 for undetermined_sample in illumina_data .undetermined .samples :
26272628 for fq in undetermined_sample .fastq :
26282629 fq = os .path .join (undetermined_sample .dirn , fq )
@@ -2904,6 +2905,7 @@ def finish(self):
29042905 illumina_data = IlluminaData (os .path .dirname (self .tmp_out_dir ),
29052906 os .path .basename (self .tmp_out_dir ))
29062907 if illumina_data .undetermined :
2908+ print ("Removing undetermined fastqs" )
29072909 for undetermined_sample in illumina_data .undetermined .samples :
29082910 for fq in undetermined_sample .fastq :
29092911 fq = os .path .join (undetermined_sample .dirn , fq )
You can’t perform that action at this time.
0 commit comments