From edacc2289f4aa612d0a0974ef58394a485c40f72 Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Tue, 20 Feb 2018 11:12:07 -0500
Subject: [PATCH] fix

---
 downloads-generation/models_class1_consensus/GENERATE.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/downloads-generation/models_class1_consensus/GENERATE.sh b/downloads-generation/models_class1_consensus/GENERATE.sh
index f1db2b21..b8fcfa22 100755
--- a/downloads-generation/models_class1_consensus/GENERATE.sh
+++ b/downloads-generation/models_class1_consensus/GENERATE.sh
@@ -38,6 +38,7 @@ time mhcflurry-class1-select-allele-specific-models \
     --models-dir "$(mhcflurry-downloads path models_class1_unselected)/models" \
     --out-models-dir models \
     --scoring consensus \
+    --consensus-num-peptides-per-length 10000 \
     --num-jobs $(expr $PROCESSORS \* 2) --gpus $GPUS --max-workers-per-gpu 2 --max-tasks-per-worker 50
 
 time mhcflurry-calibrate-percentile-ranks \
-- 
GitLab