From 4192c78054fd5c64c6e8a75355119f91cbc79fc4 Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Wed, 25 Sep 2019 16:46:56 -0400
Subject: [PATCH] update downloads

---
 docs/generate_class1_pan.py | 4 ++--
 mhcflurry/downloads.yml     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/generate_class1_pan.py b/docs/generate_class1_pan.py
index af81ed36..6a90d91a 100644
--- a/docs/generate_class1_pan.py
+++ b/docs/generate_class1_pan.py
@@ -36,13 +36,13 @@ parser.add_argument(
 )
 parser.add_argument(
     "--logo-cutoff",
-    default=0.01,
+    default=0.001,
     type=float,
     help="Fraction of top to use for motifs",
 )
 parser.add_argument(
     "--length-cutoff",
-    default=0.01,
+    default=0.001,
     type=float,
     help="Fraction of top to use for length distribution",
 )
diff --git a/mhcflurry/downloads.yml b/mhcflurry/downloads.yml
index cb732f7b..da73b8be 100644
--- a/mhcflurry/downloads.yml
+++ b/mhcflurry/downloads.yml
@@ -21,7 +21,7 @@ releases:
         compatibility-version: 2
         downloads:
             - name: models_class1_pan
-              url: https://github.com/openvax/mhcflurry/releases/download/pre-1.4.0/models_class1_pan.20190924.tar.bz2
+              url: https://github.com/openvax/mhcflurry/releases/download/pre-1.4.0/models_class1_pan.20190925.tar.bz2
               default: false
 
             - name: models_class1_pan_unselected
-- 
GitLab