Skip to content

Commit 4c140af

Browse files
author
DavidGfeller
committed
Version 2.0
1 parent 7e83247 commit 4c140af

File tree

6 files changed

+78290
-13046
lines changed

6 files changed

+78290
-13046
lines changed

README

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@ path to the MixMHCpred2.0/lib directory where you have installed the script
4949

5050
5) To test your installation, make sure you are in the MixMHCpred2.0/ directory and run the command (should not take more than a few seconds):
5151

52-
./MixMHCpred -i test/test.txt -o test/out.txt -a A0301,A2402,B1501,B3906,C0303,C0702
52+
./MixMHCpred -i test/test.fa -o test/out.txt -a A0101,A2501,B0801,B1801
5353

5454
Your file out.txt should be the same as test/out_compare.txt, except for
5555
the fourth line that indicates the path of the input file and running
5656
the script should take less than 5 seconds.
57-
The test.fa file corresponds to the peptides found by MS in a meningioma sample (Gfeller et al BioRxiv 2018).
57+
The test.fa file corresponds to all possible neo-antigens (i.e.,
58+
9- and 10-mers containing one missense mutation) in Mel_5
59+
melanoma sample (from Bassani-Sternberg et al. Nat Comm 2016).
5860

5961
- Do not use spaces in your file or directory names.
6062
- Do not use other special characters (e.g., *, ?, %, &,...).

lib/run_MixMHCpred.pl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,7 @@
158158
foreach $h (@allele_list){
159159
if($a[1] eq $h){
160160
$shifts[$a[0]][$t]=$a[2];
161-
if(substr($h, 0, 1) eq "C"){
162-
#$shifts[$a[0]][$t]=$a[2]+0.3;
163-
}
164-
#$shifts[$a[0]][$t]=0; #Set all the shifts to 0.
161+
165162
}
166163
$t++;
167164
}

0 commit comments

Comments
 (0)