Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
HOGVAX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sara Schulte
HOGVAX
Commits
6fa67bd1
Commit
6fa67bd1
authored
2 years ago
by
Sara Schulte
Browse files
Options
Downloads
Patches
Plain Diff
Update readme and add license
parent
6c64284d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
LICENSE
+21
-0
21 additions, 0 deletions
LICENSE
README.md
+33
-0
33 additions, 0 deletions
README.md
with
54 additions
and
0 deletions
LICENSE
0 → 100644
+
21
−
0
View file @
6fa67bd1
The MIT License (MIT)
Copyright (c) 2023 Sara Schulte, Alexander Dilthey, Gunnar Klau
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
This diff is collapsed.
Click to expand it.
README.md
+
33
−
0
View file @
6fa67bd1
...
@@ -31,3 +31,36 @@ To execute HOGVAX, call the python script with the necessary arguments, see the
...
@@ -31,3 +31,36 @@ To execute HOGVAX, call the python script with the necessary arguments, see the
```
shell
```
shell
python hogvax.py <arguments>
python hogvax.py <arguments>
```
```
The
`--help`
argument gives the following list of arguments.
```
angular2html
-h, --help show this help message and exit
--k K, -k K Maximal length of vaccine sequence
--populations POPULATIONS [POPULATIONS ...], -pop POPULATIONS [POPULATIONS ...]
Target population(s). Default "World"
--peptides PEPTIDES, -pep PEPTIDES
Preprocessed peptide file with every peptide in a new
line.
--allele-frequencies F_DATA, -af F_DATA
(Normalized) allele frequency file.
--ba-threshold BA_THRESHOLD, -t BA_THRESHOLD
Binding affinities are converted to binary data, where
everything >= BA_THRESHOLD is set to 1.
--binding-affinities BA_MATRIX, -ba BA_MATRIX
Binding affinity file for input peptides and alleles.
--required_epitopes REQUIRED_EPITOPES, -epi REQUIRED_EPITOPES
File of peptides you want to be present in vaccine
--min-hits MIN_HITS, -mh MIN_HITS
Minimum number of hits for an allele to be covered
--maximize-peptides Maximize number of peptides in the vaccine in a second
optimization
--embedding-length EMBEDDING_LENGTH
Set length of embedding if used
--embedded-peptides EMBEDDED_PEPTIDES
File containing embedded peptides
--embedded-epitope_features EMBEDDED_EPITOPE_FEATURES
Path to embedded epitope features
--outdir OUTDIR, -o OUTDIR
Output directory
--verbose [LOGGING_ENABLED], -v [LOGGING_ENABLED]
```
\ No newline at end of file
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