Skip to content
Snippets Groups Projects
downloads.yml 14.10 KiB
# This file describes collections of data and trained model weights that are
# released with MHCflurry. We refer to these datasets as "downloads."
#
# Downloads are organized into "releases", which generally correspond with
# MHCflurry releases of the same version.
#
# When users run "mhcflurry-downloads fetch" without specifying any downloads
# by name, the downloads with "default=true" are downloaded.

# This should usually be the latest release.
current-release: 1.4.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
# the use of previously released models.
current-compatibility-version: 2

# Add new releases here as they are made.
releases:
    1.4.0:
        compatibility-version: 2
        downloads:
            - name: models_class1_pan
              url: https://github.com/openvax/mhcflurry/releases/download/pre-1.4.0/models_class1_pan.20190928.tar.bz2
              default: false

            - name: models_class1_pan_unselected
              part_urls:
                - https://github.com/openvax/mhcflurry/releases/download/pre-1.4.0/models_class1_pan_unselected.20190924.tar.bz2.part.aa
              default: false

            - name: data_iedb
              url: https://github.com/openvax/mhcflurry/releases/download/pre-1.4.0/data_iedb.20190916.tar.bz2
              default: false

            - name: data_systemhcatlas
              url: http://github.com/openvax/mhcflurry/releases/download/pan-dev1/data_systemhcatlas.20190506.tar.bz2
              default: false

            - name: allele_sequences
              url: http://github.com/openvax/mhcflurry/releases/download/pan-dev1/allele_sequences.20190506.tar.bz2
              default: false

            - name: random_peptide_predictions
              url: http://github.com/openvax/mhcflurry/releases/download/pan-dev1/random_peptide_predictions.20190506.tar.bz2
              default: false

            - name: data_published
              url: http://github.com/openvax/mhcflurry/releases/download/pan-dev1/data_published.tar.bz2
              default: false

            - name: data_curated
              url: https://github.com/openvax/mhcflurry/releases/download/pre-1.4.0/data_curated.20190916.tar.bz2
              default: true

            # Older downloads
            - name: models_class1
              url: http://github.com/openvax/mhcflurry/releases/download/pre-1.2/models_class1.20180225.tar.bz2
              default: true

            - name: models_class1_selected_no_mass_spec
              url: http://github.com/openvax/mhcflurry/releases/download/pre-1.2/models_class1_selected_no_mass_spec.20180225.tar.bz2
              default: false

            - name: models_class1_unselected
              url: http://github.com/openvax/mhcflurry/releases/download/pre-1.2/models_class1_unselected.20180221.tar.bz2
              default: false

            - name: models_class1_trained_with_mass_spec
              url: http://github.com/openvax/mhcflurry/releases/download/pre-1.2.1/models_class1_trained_with_mass_spec.20180228.tar.bz2