Closed pdiakumis closed 3 years ago
Hitting this error when running on both COLO829 tumors:
There are some REF or ALT bases, that do not belong to any of the categories. Did you forget to use 'get_dbs_context()'?
https://github.com/UMCUGenetics/MutationalPatterns/blob/440e1fe2a1a2d90057ed26ebf92a1c35c34885e7/R/count_dbs_contexts.R#L106
Think it might be originating from the upstream .get_mut_type recursive function. Will open an issue on the MutationalPatterns repo.
.get_mut_type
Issue reported at https://github.com/UMCUGenetics/MutationalPatterns/issues/56
Hitting this error when running on both COLO829 tumors:
https://github.com/UMCUGenetics/MutationalPatterns/blob/440e1fe2a1a2d90057ed26ebf92a1c35c34885e7/R/count_dbs_contexts.R#L106
Think it might be originating from the upstream
.get_mut_type
recursive function. Will open an issue on the MutationalPatterns repo.