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
9bff1039
Commit
9bff1039
authored
5 years ago
by
Tim O'Donnell
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
1e884d0e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
downloads-generation/models_class1_pan_refined/GENERATE.sh
+2
-1
2 additions, 1 deletion
downloads-generation/models_class1_pan_refined/GENERATE.sh
mhcflurry/downloads.yml
+1
-1
1 addition, 1 deletion
mhcflurry/downloads.yml
with
3 additions
and
2 deletions
downloads-generation/models_class1_pan_refined/GENERATE.sh
+
2
−
1
View file @
9bff1039
...
...
@@ -63,13 +63,13 @@ time python make_multiallelic_training_data.py \
--hits
"
$(
mhcflurry-downloads path data_mass_spec_annotated
)
/annotated_ms.csv.bz2"
\
--expression
"
$(
mhcflurry-downloads path data_curated
)
/rna_expression.csv.bz2"
\
--exclude-contig
"1"
\
--decoys-per-hit
1
\
--out
train.multiallelic.no_chr1.csv
time
mhcflurry-multiallelic-refinement
\
--monoallelic-data
"
$MONOALLELIC_TRAIN
"
\
--multiallelic-data
train.multiallelic.no_chr1.csv
\
--models-dir
"
$(
mhcflurry-downloads path models_class1_pan
)
/models.with_mass_spec"
\
--max-models
1
\
--hyperparameters
hyperparameters.yaml
\
--out-affinity-predictor-dir
$(
pwd
)
/test_models.no_chr1.affinity
\
--out-presentation-predictor-dir
$(
pwd
)
/test_models.no_chr1.presentation
\
...
...
@@ -90,6 +90,7 @@ echo "Beginning production run"
time
python make_multiallelic_training_data.py
\
--hits
"
$(
mhcflurry-downloads path data_mass_spec_annotated
)
/annotated_ms.csv.bz2"
\
--expression
"
$(
mhcflurry-downloads path data_curated
)
/rna_expression.csv.bz2"
\
--decoys-per-hit
1
\
--out
train.multiallelic.csv
ALLELE_LIST
=
$(
bzcat
"
$MONOALLELIC_TRAIN
"
|
cut
-f
1
-d
, |
grep
-v
allele |
uniq
|
sort
|
uniq
)
...
...
This diff is collapsed.
Click to expand it.
mhcflurry/downloads.yml
+
1
−
1
View file @
9bff1039
...
...
@@ -30,7 +30,7 @@ releases:
default
:
false
-
name
:
models_class1_pan_refined
url
:
https://github.com/openvax/mhcflurry/releases/download/1.4.0/models_class1_pan_refined.20191209.tar.bz2
url
:
https://github.com/openvax/mhcflurry/releases/download/1.4.0/models_class1_pan_refined.20191209
b
.tar.bz2
default
:
false
-
name
:
models_class1_pan_variants
...
...
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