Skip to content

Fix sample_reconstruction_plots option for non-SBS96 signatures#197

Open
takahiro-blab wants to merge 1 commit intoSigProfilerSuite:mainfrom
takahiro-blab:fix_reconstruction_plots_nonSBS96
Open

Fix sample_reconstruction_plots option for non-SBS96 signatures#197
takahiro-blab wants to merge 1 commit intoSigProfilerSuite:mainfrom
takahiro-blab:fix_reconstruction_plots_nonSBS96

Conversation

@takahiro-blab
Copy link

The sample_reconstruction_plots option in spa_analyze method only functions with the SBS96 signature.
However, by tracing the generate_sample_reconstruction method and gen_decomposition method in PlotDecomposition.py, I noticed that processing for ID83 is implemented.

Therefore, I modified the spa_analyze method to remove the check that restricted it to SBS96 cases.

Addition: In PlotDecomposition.py's gen_decomposition method, if the processing for the signature passed as an argument is not implemented, it simply prints a message. It might be preferable to replace this with raising exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant