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
Hi Mark,
I'm happy to provide a sample ICGC file with indels but the error is related to a commit from 3/7/2023. The full edit back then should have also removed the - from -= in order to correctly update the value of the string start.
Apologies that we haven't been able to get to this issue yet. Were you able to find a solution for processing ICGC input files? If you have tested your changes and found a solution (also for #159), it would be great if you could open a pull request with the fix. Please let us know, thanks!
SigProfilerMatrixGenerator/SigProfilerMatrixGenerator/scripts/convert_input_to_simple_files.py
Line 1306 in 8360cbe
this line should be
start = str(int(start) - 1)
without the-=
The text was updated successfully, but these errors were encountered: