Keep the MixMHCpred3 comparison material off the Hub
Browse filesbenchmark/ is two publisher supplementary .xlsx files -- copyrighted, not ours to
redistribute -- plus a training dump, and its only provenance is three bare URLs in
mixmhcpred3_ref.md. That does not meet the SOURCES.md standard the rest of this repo now
holds. Kept on disk, gitignored, alongside the existing raw/ rule.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
- .gitignore +6 -0
.gitignore
CHANGED
|
@@ -7,6 +7,12 @@ src/
|
|
| 7 |
# raw downloads (never pushed)
|
| 8 |
raw/
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
# private data (never pushed) — real patient cohort
|
| 11 |
gamaleya/
|
| 12 |
# NB: tcga/ is PUBLIC (neoantigen predictions derived from open-access TCGA somatic +
|
|
|
|
| 7 |
# raw downloads (never pushed)
|
| 8 |
raw/
|
| 9 |
|
| 10 |
+
# MixMHCpred3 comparison material (never pushed). Two of the four files are publisher
|
| 11 |
+
# supplementary .xlsx — copyrighted, not ours to redistribute — and the directory's only
|
| 12 |
+
# provenance is three bare URLs in benchmark/mixmhcpred3_ref.md, which does not meet the
|
| 13 |
+
# SOURCES.md standard the rest of this repo now holds. Kept on disk, off the Hub.
|
| 14 |
+
benchmark/
|
| 15 |
+
|
| 16 |
# private data (never pushed) — real patient cohort
|
| 17 |
gamaleya/
|
| 18 |
# NB: tcga/ is PUBLIC (neoantigen predictions derived from open-access TCGA somatic +
|