Closed slsevilla closed 2 years ago
Interestingly another project had similar failures, but then went on to finish with no intervention after a second attempt through the code. I assume something is being created or edited during the failure but this is weird.
/data/RBL_NCI/Wolin/11-30-21_7849iCLIP_v2.0/log/20220613_1246/16_peak_ExonIntron.41785454.AnnoStrand=OppoStrand,sp=KO.out
Error: line number 1428360 of file /data/RBL_NCI/Wolin/11-30-21_7849iCLIP_v2.0/04_annotation/02_peaks/KO_annotable.bed has 6 fields, but 8 were expected.
Error in names(x) <- value :
'names' attribute [15] must be the same length as the vector [0]
Calls: system.time -> IE_calling -> colnames<- -> colnames<-
In addition: Warning message:
/data/RBL_NCI/Wolin/11-30-21_7849iCLIP_v2.0/log/20220613_1246/16_peak_ExonIntron.41785454.AnnoStrand=OppoStrand,sp=KO.err
Another project had this error.
Error line number 1353130 of file /data/RBL_NCI/Wolin/mESC_clip_2_v2.0/04_annotation/02_peaks/Ro_Clip_2_annotable.bed has 3 fields, but 8 were expected.
Error in names(x) <- value :
'names' attribute [15] must be the same length as the vector [0]
Calls: system.time -> IE_calling -> colnames<- -> colnames<-
In addition: Warning message:
In fread(paste0(tmp_dir, file_id, "peaks_OLexon.txt"), header = F, :
File '/lscratch/42033870/Ro_Clip_2_peaks_OLexon.txt' has size 0. Returning a NULL data.frame.
Timing stopped at: 9.894 0.555 10.53
issue is that both "same" and "opp" strand files were running simultaneously and overwriting one another in the output dir. will merge both files into one rule to avoid this issue
completed with commit 0c88461913b62c954b06752699cfbed6f7f805ab