From 9cd388600f8f2f99f741f6345ab2e2e328ab5ad7 Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Wed, 25 Sep 2019 12:24:58 -0400
Subject: [PATCH] update downloads

---
 downloads-generation/data_curated/GENERATE.sh | 2 ++
 mhcflurry/downloads.yml                       | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/downloads-generation/data_curated/GENERATE.sh b/downloads-generation/data_curated/GENERATE.sh
index ac51875b..6e88bc7f 100755
--- a/downloads-generation/data_curated/GENERATE.sh
+++ b/downloads-generation/data_curated/GENERATE.sh
@@ -42,6 +42,8 @@ done
 
 time python curate_by_pmid.py $CURATE_BY_PMID_ARGS --out curated.by_pmid.csv --debug
 
+rm -rf raw
+
 # No mass-spec data
 time python curate.py \
     --data-iedb \
diff --git a/mhcflurry/downloads.yml b/mhcflurry/downloads.yml
index 57d17f13..fe5e6f28 100644
--- a/mhcflurry/downloads.yml
+++ b/mhcflurry/downloads.yml
@@ -50,7 +50,7 @@ releases:
               default: false
 
             - name: data_curated
-              url: https://github.com/openvax/mhcflurry/releases/download/pre-1.4.0/data_curated.20190916.tar.bz2
+              url: https://github.com/openvax/mhcflurry/releases/download/pre-1.4.0/data_curated.20190925.tar.bz2
               default: true
 
             # Older downloads
-- 
GitLab