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
e05a7f63
Commit
e05a7f63
authored
5 years ago
by
Tim O'Donnell
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
afa9f1c9
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
downloads-generation/models_class1_pan/GENERATE.sh
+4
-0
4 additions, 0 deletions
downloads-generation/models_class1_pan/GENERATE.sh
with
4 additions
and
0 deletions
downloads-generation/models_class1_pan/GENERATE.sh
+
4
−
0
View file @
e05a7f63
...
...
@@ -54,11 +54,15 @@ do
--num-jobs
0
\
--num-jobs
$NUM_JOBS
--max-tasks-per-worker
1
--gpus
$GPUS
--max-workers-per-gpu
1
# For now we calibrate percentile ranks only for alleles for which there
# is training data. Calibrating all alleles would be too slow.
# This could be improved though.
time
mhcflurry-calibrate-percentile-ranks
\
--models-dir
models.
${
kind
}
\
--match-amino-acid-distribution-data
"
$MODELS_DIR
/train_data.csv.bz2"
\
--motif-summary
\
--num-peptides-per-length
100000
\
--allele
$(
bzcat
"
$MODELS_DIR
/train_data.csv.bz2"
|
cut
-f
1
-d
, |
grep
-v
allele |
uniq
|
sort
|
uniq
)
\
--verbosity
1
\
--num-jobs
$NUM_JOBS
--max-tasks-per-worker
1
--gpus
$GPUS
--max-workers-per-gpu
1
done
...
...
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