Skip to content

Commit 45d3fcb

Browse files
committed
minor
1 parent 0bb2efd commit 45d3fcb

File tree

4 files changed

+48
-146
lines changed

4 files changed

+48
-146
lines changed

basics.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"cell_type": "code",
24-
"execution_count": 1,
24+
"execution_count": 9,
2525
"metadata": {
2626
"collapsed": false
2727
},
@@ -35,7 +35,7 @@
3535
},
3636
{
3737
"cell_type": "code",
38-
"execution_count": 2,
38+
"execution_count": 10,
3939
"metadata": {
4040
"collapsed": true
4141
},

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
21
from setuptools import setup
32
import sys,os
4-
home=os.path.expanduser('~')
53

64
setup(
75
name = 'epitopepredict',
@@ -12,7 +10,8 @@
1210
author = 'Damien Farrell',
1311
author_email = 'farrell.damien[at]gmail.com',
1412
packages = ['epitopepredict'],
15-
package_data={'epitopepredict': ['mhcdata/*.csv','tepitope/*.txt','tepitope/pssm/*']},
13+
package_data={'epitopepredict': ['mhcdata/*.csv','tepitope/*.txt',
14+
'tepitope/pssm/*']},
1615
install_requires=['numpy>=1.5',
1716
'pandas>=0.17',
1817
'biopython>=1.5'],
@@ -22,7 +21,7 @@
2221
'Operating System :: MacOS :: MacOS X',
2322
'Operating System :: Microsoft :: Windows',
2423
'Operating System :: POSIX',
25-
'License :: OSI Approved :: Apache License v2',
24+
'License :: OSI Approved :: Apache Software License',
2625
'Development Status :: 4 - Beta',
2726
'Intended Audience :: Science/Research'],
2827
keywords = ['epitope','mhc','immunology','biology'],

testing/mhc1_common.csv

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
allele,percent
2+
HLA-A*02:01,0.46
3+
HLA-C*07:01,0.28
4+
HLA-A*01:01,0.27
5+
HLA-A*03:01,0.24
6+
HLA-C*07:02,0.22
7+
HLA-C*04:01,0.21
8+
HLA-B*44:02,0.20
9+
HLA-B*07:02,0.18
10+
HLA-B*08:01,0.18
11+
HLA-C*05:01,0.17
12+
HLA-C*03:04,16.8
13+
HLA-C*06:02,15.7
14+
HLA-A*11:01,15.3
15+
HLA-B*40:01,13.6
16+
HLA-A*24:02,12.1
17+
HLA-B*35:01,10.7
18+
HLA-C*03:03,10.6
19+
HLA-B*51:01,10.4
20+
HLA-C*12:03,9.9
21+
HLA-B*15:01,9.6
22+
HLA-A*29:02,8.9
23+
HLA-A*26:01,8.2
24+
HLA-A*32:01,8.2
25+
HLA-C*08:02,7.7
26+
HLA-A*25:01,7.5
27+
HLA-B*57:01,7.1
28+
HLA-B*14:02,6.7
29+
HLA-C*02:02,6.6
30+
HLA-B*18:01,6.4
31+
HLA-B*44:03,6.4

0 commit comments

Comments
 (0)