Closed lbeltrame closed 4 years ago
The reason for this being a problem is that the genome style is immediately applied after loading the log2ratio files in runTitanCNA.R
, and thus causes an error when setting the new names back to the loaded object (because they are less than before).
Hi @lbeltrame
Thanks for bringing this up. I think the issue is now resolved with these lines of code in the main R script:
Example:
This can be workarounded by setting
best=F
when callingmapSeqlevels
. I guess they should be instead dropped.