-
Notifications
You must be signed in to change notification settings - Fork 17
/
MANIFEST.in
48 lines (44 loc) · 1.89 KB
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
include README.md
include requirements*
include bin/*
include docs/*.txt
include abstar/core/*
include abstar/assigners/*
include abstar/assigners/bin/*
include abstar/assigners/germline_dbs/bcr/*
include abstar/assigners/germline_dbs/bcr/human/*
include abstar/assigners/germline_dbs/bcr/human/blast/*
include abstar/assigners/germline_dbs/bcr/human/ungapped/*
include abstar/assigners/germline_dbs/bcr/human/imgt_gapped/*
include abstar/assigners/germline_dbs/bcr/human/isotypes/*
include abstar/assigners/germline_dbs/bcr/macaque/*
include abstar/assigners/germline_dbs/bcr/macaque/blast/*
include abstar/assigners/germline_dbs/bcr/macaque/ungapped/*
include abstar/assigners/germline_dbs/bcr/macaque/imgt_gapped/*
include abstar/assigners/germline_dbs/bcr/macaque/isotypes/*
include abstar/assigners/germline_dbs/bcr/mouse/*
include abstar/assigners/germline_dbs/bcr/mouse/blast/*
include abstar/assigners/germline_dbs/bcr/mouse/ungapped/*
include abstar/assigners/germline_dbs/bcr/mouse/imgt_gapped/*
include abstar/assigners/germline_dbs/bcr/mouse/isotypes/*
include abstar/assigners/germline_dbs/bcr/humouse/*
include abstar/assigners/germline_dbs/bcr/humouse/blast/*
include abstar/assigners/germline_dbs/bcr/humouse/ungapped/*
include abstar/assigners/germline_dbs/bcr/humouse/imgt_gapped/*
include abstar/assigners/germline_dbs/bcr/humouse/isotypes/*
include abstar/assigners/germline_dbs/tcr/*
include abstar/assigners/germline_dbs/tcr/human/*
include abstar/assigners/germline_dbs/tcr/human/blast/*
include abstar/assigners/germline_dbs/tcr/human/ungapped/*
include abstar/assigners/germline_dbs/tcr/human/imgt_gapped/*
include abstar/preprocess/*
include abstar/test_data/*
include abstar/utils/*
include abstar/utils/queue/*
include abstar/blast/blastn*
include abstar/blast/dbs/*
include abstar/nw/*
include abstar/ssw/*
include abstar/ssw/dbs/*
include abstar/ssw/isotypes/*
include abstar/utils/germline_data/*