From bfc7558ceeabf8056b1ccf0d1950ed6111d96238 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Mon, 19 Feb 2018 14:56:44 -0500 Subject: [PATCH] update downloads --- mhcflurry/downloads.yml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/mhcflurry/downloads.yml b/mhcflurry/downloads.yml index 010aaa17..fc9d0416 100644 --- a/mhcflurry/downloads.yml +++ b/mhcflurry/downloads.yml @@ -8,7 +8,7 @@ # by name, the downloads with "default=true" are downloaded. # This should usually be the latest release. -current-release: 1.1.0 +current-release: 1.2.0 # An integer indicating what models the current MHCflurry code base is compatible # with. Increment this integer when changes are made to MHCflurry that would break @@ -17,6 +17,33 @@ current-compatibility-version: 2 # Add new releases here as they are made. releases: + 1.2.0: + compatibility-version: 2 + downloads: + - name: models_class1 + url: http://github.com/openvax/mhcflurry/releases/download/pre-1.1/models_class1.20180205.tar.bz2 + default: true + + - name: models_class1_unselected + url: https://github.com/openvax/mhcflurry/releases/download/pre-1.2/models_class1_unselected.20180216.tar.bz2 + default: false + + - name: data_iedb + url: https://github.com/openvax/mhcflurry/releases/download/pre-1.0/data_iedb.tar.bz2 + default: false + + - name: data_published + url: http://github.com/openvax/mhcflurry/releases/download/pre-1.1/data_published.tar.bz2 + default: false + + - name: data_systemhcatlas + url: http://github.com/openvax/mhcflurry/releases/download/pre-1.1/data_systemhcatlas.tar.bz2 + default: false + + - name: data_curated + url: https://github.com/openvax/mhcflurry/releases/download/pre-1.2/data_curated.20180219.tar.bz2 + default: true + 1.1.0: compatibility-version: 2 downloads: -- GitLab