Claude/snakemake phenotype pipeline 1 dnkm#1294
Merged
hsun3163 merged 2 commits intoStatFunGen:mainfrom Mar 1, 2026
Merged
Conversation
…/sos to route3 notebooks New scripts in renovated_code/: - pecotmr_integration/univariate_plot.R — SuSiE PIP/z-score plots - data_preprocessing/genotype/GWAS_QC.R — kinship-based sample removal (king_2) - molecular_phenotypes/calling/RNA_calling.py — merge per-sample RNA-SeQC GCT outputs - molecular_phenotypes/calling/RNA_calling.R — aggregate Picard alignment/RNA/dup metrics route3/transform_notebooks.py: - Add transforms for GWAS_QC king_2 (rscript), RNA_calling rnaseqc_call_2 (python3), RNA_calling rsem_call_4/rnaseqc_call_4 (rscript), rss_analysis univariate_plot (rscript) - Regenerate all 14 route3/notebooks/ — no more inline R/Python for pipeline-critical steps Snakefile + rules/sos/: - Add ROUTE3_NOTEBOOKS and RENOVATED_CODE variables to Snakefile - Update all 6 rules/sos/*.smk to call route3/notebooks/ instead of pipeline/ and add --renovated-code-dir to every sos run invocation https://claude.ai/code/session_017a1quThNAyMvWRAdDonQkB
Relocates code/snakemake_pipeline/ → renovated_code/snakemake/ so that all pipeline code (Snakemake rules, route3 notebooks, transform script, config, profiles, dryrun fixtures) lives alongside the modular R/Python scripts it orchestrates. No path-logic changes required: the Snakefile computes RENOVATED_CODE as _SNAKEFILE_DIR.parent.parent / "renovated_code", which resolves to the same repo-root-relative path from the new location. https://claude.ai/code/session_017a1quThNAyMvWRAdDonQkB
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.
No description provided.