V0.7.1 - #30
Open
poojachandra wants to merge 13 commits into
Open
Conversation
poojachandra
commented
Sep 4, 2026
- Output all candidate solutions, not just the optimal one
- Align each solution's params.txt Log-likelihood with its own result
Bases this branch on full-results (v0.6.0), which already includes outputting all candidate solutions instead of just the optimal one. - Replace eval(parse()) parameter parsing with parse_numeric_vector() in R/runIchorCNA.R, R/createPanelOfNormals.R, R/plotIchorCNAzoom.R, and scripts/snakemake/code/plotIchorCNAzoom.R - Restore scripts/snakemake/ from v0.4.1 - Add scripts/runIchorCNA.R, a CLI wrapper around run_ichorCNA() so Snakemake and config.yaml work unchanged - Bump DESCRIPTION to 0.7.1
ichorCNA::HMMsegment always resolved to whatever ichorCNA package was installed system-wide, ignoring the version sourced via config.yaml's libdir. Unqualified call matches how the old scripts/runIchorCNA.R invoked it.
The per-solution folder name (solution_optimal_n<N>_p<P>) depends on
the estimated purity/ploidy, so it can't be known before the rule
runs. Snakemake's directory() output only checks the folder exists,
matching the actual .../{tumor}/{tumor}/solution_optimal_n.../ layout.
Corrected the version link for the Nextflow pipeline in the README.
Updated chromosome list format for clarity and compatibility with hg38 and hg19.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.