... | ... |
@@ -1,11 +1,11 @@ |
1 | 1 |
^.*\.Rproj$ |
2 | 2 |
^\.Rproj\.user$ |
3 | 3 |
extdata/.*\.json$ |
4 |
-^inst/script/*.csv |
|
5 |
-^inst/script/*.json |
|
6 |
-^inst/script/*.h5 |
|
4 |
+script/.*\.csv$ |
|
5 |
+script/.*\.json$ |
|
6 |
+script/.*\.h5$ |
|
7 | 7 |
extdata/refdata-cellranger-vdj-GRCh38-alts-ensembl-2.0.0/ |
8 |
-^doc$ |
|
8 |
+^docs$ |
|
9 | 9 |
^Meta$ |
10 | 10 |
manuscript/ |
11 | 11 |
^_pkgdown\.yml$ |
... | ... |
@@ -13,4 +13,4 @@ manuscript/ |
13 | 13 |
^pkgdown$ |
14 | 14 |
.ignore |
15 | 15 |
R/immcantation-utils.R |
16 |
-^inst/WORDLIST |
|
16 |
+^WORDLIST$ |
... | ... |
@@ -1,7 +1,9 @@ |
1 | 1 |
^.*\.Rproj$ |
2 | 2 |
^\.Rproj\.user$ |
3 | 3 |
extdata/.*\.json$ |
4 |
-^data-raw$ |
|
4 |
+^inst/script/*.csv |
|
5 |
+^inst/script/*.json |
|
6 |
+^inst/script/*.h5 |
|
5 | 7 |
extdata/refdata-cellranger-vdj-GRCh38-alts-ensembl-2.0.0/ |
6 | 8 |
^doc$ |
7 | 9 |
^Meta$ |
... | ... |
@@ -10,6 +12,5 @@ manuscript/ |
10 | 12 |
^docs$ |
11 | 13 |
^pkgdown$ |
12 | 14 |
.ignore |
13 |
-README.Rmd |
|
14 | 15 |
R/immcantation-utils.R |
15 |
-inst/WORDLIST |
|
16 |
+^inst/WORDLIST |
Provide a chain-canonicalization method which is now used by default in pairing_tables
Some doc updates, too.