Skip to content

Commit 911d8fd

Browse files
committed
Add 1M peptide datasets and generation scripts
- Added 8 peptide datasets (1M peptides each): * Random method: 8-mer, 9-mer, 10-mer, 11-mer * Reference proteome method: 8-mer, 9-mer, 10-mer, 11-mer - Added generate_1M_peptide_datasets.py script - Updated .gitignore to exclude large protein.faa file - Total: 8M peptides for algorithm benchmarking
1 parent 2ac0f5b commit 911d8fd

10 files changed

+16000125
-0
lines changed

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,26 @@ process-todos.md
1414
# Generated pVACbind outputs
1515
results/pvacbind*/
1616

17+
# Large reference proteome file (too big for GitHub)
18+
data/protein.faa
19+
20+
# Python cache files
21+
__pycache__/
22+
*.pyc
23+
*.pyo
24+
*.pyd
25+
.Python
26+
build/
27+
develop-eggs/
28+
dist/
29+
downloads/
30+
eggs/
31+
.eggs/
32+
lib/
33+
lib64/
34+
parts/
35+
sdist/
36+
var/
37+
wheels/
38+
1739

0 commit comments

Comments
 (0)