Skip to content
Snippets Groups Projects
Commit 0ce2bf7c authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

Update downloads to include model selected predictors

parent 2e8c6e0c
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,11 @@ releases: ...@@ -21,7 +21,11 @@ releases:
compatibility-version: 2 compatibility-version: 2
downloads: downloads:
- name: models_class1 - name: models_class1
url: http://github.com/openvax/mhcflurry/releases/download/pre-1.1/models_class1.20180205.tar.bz2 url: https://github.com/openvax/mhcflurry/releases/download/pre-1.2/models_class1.20180222.tar.bz2
default: true
- name: models_class1_selected_no_mass_spec
url: https://github.com/openvax/mhcflurry/releases/download/pre-1.2/models_class1_selected_no_mass_spec.20180222.tar.bz2
default: true default: true
- name: models_class1_unselected - name: models_class1_unselected
......
...@@ -134,7 +134,7 @@ def run_and_check_with_model_selection(n_jobs=1): ...@@ -134,7 +134,7 @@ def run_and_check_with_model_selection(n_jobs=1):
"--out-models-dir", models_dir2, "--out-models-dir", models_dir2,
"--models-dir", models_dir1, "--models-dir", models_dir1,
"--num-jobs", str(n_jobs), "--num-jobs", str(n_jobs),
"--max-models", "1" "--mse-max-models", "1"
] ]
print("Running with args: %s" % args) print("Running with args: %s" % args)
subprocess.check_call(args) subprocess.check_call(args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment