Skip to content

Commit

Permalink
Corrected Linkage of Prediction Tools to Prioritization (#12)
Browse files Browse the repository at this point in the history
* linked rules for prediction to input of prioritization
  • Loading branch information
riasc authored Feb 14, 2024
1 parent 29e95eb commit 2928171
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.6] - 2024-02-13

### Fix

- linked rules for prediction of binding affinities and immunogenicity to input of prioritization


## [0.1.5] - 2024-02-13

Expand Down
4 changes: 3 additions & 1 deletion workflow/rules/prioritization.smk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ rule priorization:
mhcII=get_mhcII,
peptide="resources/refs/peptide.fasta",
annotation="resources/refs/genome_tmp.gtf",
counts="results/{sample}/quantification/allcounts.txt"
counts="results/{sample}/quantification/allcounts.txt",
mhcI_ba="workflow/scripts/mhc_i/",
mhcI_im="workflow/scripts/immunogenicity/"
output:
directory("results/{sample}/prioritization/"),
message:
Expand Down

0 comments on commit 2928171

Please sign in to comment.