-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
110 lines (93 loc) · 3.51 KB
/
Copy path.gitignore
File metadata and controls
110 lines (93 loc) · 3.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# ── Raw data downloads (3.4 GB) ──────────────────────────────────────────────
data/mouse/
# ── Processed expression matrices (828 MB) ───────────────────────────────────
# Normalized log2 counts — regenerate via normalize_*.R / fetch_osdr.py
processed/A_detection/
processed/B_cross_mission/
processed/C_cross_tissue/
processed/D_condition/
processed/J_pipeline/
processed/qc_reports/
# Keep pathway scores (small) and Ensembl map
!processed/pathway_scores/
!processed/fgsea/
!processed/ensembl_symbol_map.csv
# Full MSigDB fGSEA expansions are regenerable on HPC and kept out of Git
processed/fgsea/**/*_fgsea_c2cgp.csv
processed/fgsea/**/*_fgsea_c5bp.csv
# ── Task feature matrices (large train_X / test_X CSVs) ──────────────────────
# Labels, metadata, and fold structure are kept (small files)
tasks/**/train_X.csv
tasks/**/test_X.csv
# Intermediate/derived A1 task variants
tasks/A1_liver_lomo_combat/
tasks/A1_liver_lomo_iss_only/
# Geneformer token files (regenerate via geneformer_tokenize.py)
tasks/**/geneformer_tokens/
# ── Python artifacts ──────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.pyo
.eggs/
*.egg-info/
dist/
build/
# Jupyter
.ipynb_checkpoints/
*.ipynb
# Virtual environments
.venv/
.hpc-venv/
venv/
env/
.conda/
# ── R artifacts ───────────────────────────────────────────────────────────────
.Rdata
.Rhistory
.RData
*.rds
Rplots.pdf
# ── macOS ─────────────────────────────────────────────────────────────────────
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
# ── Editor / IDE ─────────────────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~
# ── Logs and temporary files ──────────────────────────────────────────────────
*.log
*.tmp
*.temp
.genelab_staged*.txt
slurm-*.out
slurm-*.err
# ── v3 artifacts (large/binary) ──────────────────────────────────────────────
v3/evaluation/*.npy
v3/logs/
v3/processed/
# ── v8 external caches / generated artifacts ─────────────────────────────────
v8/bridge/geo_cache/
v8/**/__pycache__/
# ── Secrets / credentials ─────────────────────────────────────────────────────
.env
*.key
*.pem
# ── Internal planning / development docs (not for public repo) ────────────────
.claude/
PLAN.md
PLAN_*.md
**/PLAN_*.md
**/PLAN_V*.md
**/IMPROVEMENT_PLAN.md
**/PLAN_REVIEW*.md
**/RRRM1_DOWNSTREAM_PLAN*.md
**/RRRM1_SC_BENCHMARK_PLAN*.md
DESIGN_DECISIONS.md
docs/development_history/
v5/data/