Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mhc_rank
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patrick Skillman-Lawrence
mhc_rank
Commits
bdc672f4
Commit
bdc672f4
authored
7 years ago
by
Tim O'Donnell
Browse files
Options
Downloads
Patches
Plain Diff
bump mhcflurry version
parent
1f38fa81
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mhcflurry/__init__.py
+1
-1
1 addition, 1 deletion
mhcflurry/__init__.py
mhcflurry/downloads.yml
+16
-1
16 additions, 1 deletion
mhcflurry/downloads.yml
with
17 additions
and
2 deletions
mhcflurry/__init__.py
+
1
−
1
View file @
bdc672f4
...
...
@@ -17,7 +17,7 @@ from .class1_affinity_prediction.class1_neural_network import (
from
.class1_affinity_prediction.class1_affinity_predictor
import
(
Class1AffinityPredictor
)
__version__
=
"
0.9.3
"
__version__
=
"
1.0.0
"
__all__
=
[
"
Class1NeuralNetwork
"
,
...
...
This diff is collapsed.
Click to expand it.
mhcflurry/downloads.yml
+
16
−
1
View file @
bdc672f4
...
...
@@ -8,7 +8,7 @@
# by name, the downloads with "default=true" are downloaded.
# This should usually be the latest release.
current-release
:
0.9.2
current-release
:
1.0.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,21 @@ current-compatibility-version: 2
# Add new releases here as they are made.
releases
:
1.0.0
:
compatibility-version
:
2
downloads
:
-
name
:
data_iedb
url
:
https://github.com/hammerlab/mhcflurry/releases/download/pre-1.0/data_iedb.tar.bz2
default
:
false
-
name
:
data_kim2014
url
:
http://github.com/hammerlab/mhcflurry/releases/download/0.9.1/data_kim2014.tar.bz2
default
:
false
-
name
:
data_curated
url
:
https://github.com/hammerlab/mhcflurry/releases/download/pre-1.0/data_curated.tar.bz2
default
:
true
0.9.2
:
compatibility-version
:
2
downloads
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment