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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sara Schulte
HOGVAX
Commits
4978defe
Commit
4978defe
authored
2 years ago
by
Sara Schulte
Browse files
Options
Downloads
Patches
Plain Diff
Remove absolute paths from snakemake config
parent
8e87c9d3
Branches
Branches containing commit
No related tags found
Loading
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Pipeline/envs/config.yaml
+3
-3
3 additions, 3 deletions
Pipeline/envs/config.yaml
Thesis.pdf
+0
-0
0 additions, 0 deletions
Thesis.pdf
with
3 additions
and
3 deletions
Pipeline/envs/config.yaml
+
3
−
3
View file @
4978defe
...
...
@@ -8,9 +8,9 @@ logging: True
approach
:
'
hog'
# choose either hog or og
min_hits
:
1
# choose min number of hits for an allele / haplotype to be covered
peptides
:
'
/home/sara/Documents/MasterThesis_Submission/hogvax
/OptiVax_Data/Peptides/30_filtered_mhc_peptides.pep'
frequency_data
:
'
/home/sara/Documents/MasterThesis_Submission/hogvax
/OptiVax_Data/Frequencies/IEDB_population_frequency2392_normalized.pkl'
binding_affinities
:
'
/home/sara/Documents/MasterThesis_Submission/hogvax
/OptiVax_Data/BindingAffinities/25June_mhc1_netmhc-4.1_pred_affinity_pivot.pkl.gz'
peptides
:
'
..
/OptiVax_Data/Peptides/30_filtered_mhc_peptides.pep'
frequency_data
:
'
..
/OptiVax_Data/Frequencies/IEDB_population_frequency2392_normalized.pkl'
binding_affinities
:
'
..
/OptiVax_Data/BindingAffinities/25June_mhc1_netmhc-4.1_pred_affinity_pivot.pkl.gz'
# optional: if use embedded peptides add non-embedded peptides here
# embedded length is either an int value
embedding_length
:
0
...
...
This diff is collapsed.
Click to expand it.
Thesis.pdf
0 → 100644
+
0
−
0
View file @
4978defe
File added
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