message<-paste0("The file ",fileCur," contains ",nRowsNA," rows out of ",nrow(TF.motifs.CG.cur)," with a missing value for the CG content, which most likely results from an assembly discordance between the BAM files and the specified fasta file. The first 10 are printed with their first 3 columns here for debugging purposes:")
message<-paste0("The file ",fileCur," contains ",nRowsNA," rows out of ",nrow(TF.motifs.CG.cur)," with a missing value for the CG content, which most likely results from an assembly discordance between the BAM files and the specified fasta file. These regions will be removed in subsequent steps. The first 10 are printed with their first 3 columns here for debugging purposes:")
@@ -147,13 +149,6 @@ for (permutationCur in 0:par.l$nPermutations) {
}
# Check for NA values in the CG column, indicating some kind of assembly problem with the fasta file.
if(){
message=paste0("The file ",par.l$files_input_nucContentGenome[permutationCur+1]," is empty. Something went wrong before. Make sure the previous steps succeeded.")