You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* names_bed contains names[i]; everything is OK */
94
+
} else {
95
+
/* names_bed does not contain names[i] */
96
+
toReturn = false;
97
+
cerr << "Error: chromosome "<< names[i]<< " present in your "<<chrLenFile << " file was not detected in your file with capture regions " <<targetBed<<"\n";
98
+
cerr << "Please solve this issue and rerun Control-FREEC\n";
99
+
cerr << "For example, you can remove chromosome "<< names[i]<<" from your "<<chrLenFile<<"\n";
0 commit comments