Skip to content

Commit bed55eb

Browse files
authored
Merge pull request #73 from KarchinLab/dltamayo-dev
Reformat OLGA, make GLIPH2 optional
2 parents 55167e4 + abefc74 commit bed55eb

File tree

59 files changed

+315
-2453651
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+315
-2453651
lines changed

.cirro/process-form.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
"type": "boolean",
1818
"value": true
1919
},
20+
"olga_chunk_length": {
21+
"default": 2000000,
22+
"description": "Divide total CDR3 list into chunks of n length for processing by OLGA. Larger length = reduced parallelization",
23+
"title": "olga_chunk_length",
24+
"type": "int"
25+
},
2026
"distance_metric": {
2127
"default": "tcrdist",
2228
"description": "Use default TCRdist3 or Levenshtein distance metric.",

.cirro/process-input.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"convert_lvl": false,
44
"sample_lvl": "$.params.dataset.paramJson.sample_lvl",
55
"compare_lvl": "$.params.dataset.paramJson.compare_lvl",
6+
"olga_chunk_length": "$.params.dataset.paramJson.olga_chunk_length",
67
"matrix_sparsity": "sparse",
78
"distance_metric": "$.params.dataset.paramJson.distance_metric",
89
"kmer_min_depth": "$.params.dataset.paramJson.kmer_min_depth",

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c)
3+
Copyright (c) 2026 Karchin Lab, Break Through Cancer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
Binary file not shown.
-12.1 KB
Binary file not shown.
Binary file not shown.

assets/archive/TCRseq_metadata_templates/ribas_pd1_patient_table.csv

Lines changed: 0 additions & 26 deletions
This file was deleted.
Binary file not shown.

assets/archive/TCRseq_metadata_templates/ribas_pd1_sample_table.csv

Lines changed: 0 additions & 36 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)