Skip to content

Commit

Permalink
Merge pull request #1758 from milaboratory/mitool-tag-types
Browse files Browse the repository at this point in the history
mitool tags types
  • Loading branch information
gnefedev authored Sep 5, 2024
2 parents 9e32b40 + 7b3654d commit e555e82
Show file tree
Hide file tree
Showing 58 changed files with 2,099 additions and 409 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ val toObfuscate: Configuration by configurations.creating {
val obfuscationLibs: Configuration by configurations.creating


val mixcrAlgoVersion = "4.7.0-2-fix-freeze"
val mixcrAlgoVersion = "4.7.0-18-mitool-tag-types"
// may be blank (will be inherited from mixcr-algo)
val milibVersion = "3.5.0-1-add-progress-to-fasta"
val milibVersion = ""
// may be blank (will be inherited from mixcr-algo or milib)
val miuVersion = ""
// may be blank (will be inherited from mixcr-algo)
val mitoolVersion = ""
val mitoolVersion = "2.3.0-17-mitool-tag-types"
// may be blank (will be inherited from mixcr-algo)
val repseqioVersion = ""

Expand Down
5 changes: 5 additions & 0 deletions changelogs/v4.7.1.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 🛠️ Other improvements & fixes

- Tracking the progres of fasta[.gz] inputs on `align`.


## 📚 New Presets

- Added preset `bruker-human-sc-xcr-vdj-beacon` for TCR/BCR analyses of Bruker Beacon data
43 changes: 22 additions & 21 deletions regression/presets/analyze/10x-sc-xcr-vdj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ mitool:
trimmingQualityThreshold: null
trimmingWindowSize: null
replaceWildcards: true
splitBySample: true
refineTags:
tags:
- CELL
- UMI
tagTypes:
- Cell
- Molecule
whitelists:
CELL: builtin:737K-august-2016
parameters:
Expand Down Expand Up @@ -65,11 +66,11 @@ mitool:
minRecordWeightForUse: 0
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
- UMI
payloadTags:
- R2
groupingTagTypes:
- Cell
- Molecule
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down Expand Up @@ -102,11 +103,11 @@ mitool:
minRecordWeightForUse: 0
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
- UMI
payloadTags:
- R2
groupingTagTypes:
- Cell
- Molecule
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down Expand Up @@ -139,10 +140,10 @@ mitool:
minRecordWeightForUse: 0
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
payloadTags:
- R2
groupingTagTypes:
- Cell
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down Expand Up @@ -175,10 +176,10 @@ mitool:
minRecordWeightForUse: 2
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
payloadTags:
- R2
groupingTagTypes:
- Cell
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down
43 changes: 22 additions & 21 deletions regression/presets/analyze/10x-vdj-bcr-full-length.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ mitool:
trimmingQualityThreshold: null
trimmingWindowSize: null
replaceWildcards: true
splitBySample: true
refineTags:
tags:
- CELL
- UMI
tagTypes:
- Cell
- Molecule
whitelists:
CELL: builtin:737K-august-2016
parameters:
Expand Down Expand Up @@ -65,11 +66,11 @@ mitool:
minRecordWeightForUse: 0
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
- UMI
payloadTags:
- R2
groupingTagTypes:
- Cell
- Molecule
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down Expand Up @@ -102,11 +103,11 @@ mitool:
minRecordWeightForUse: 0
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
- UMI
payloadTags:
- R2
groupingTagTypes:
- Cell
- Molecule
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down Expand Up @@ -139,10 +140,10 @@ mitool:
minRecordWeightForUse: 0
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
payloadTags:
- R2
groupingTagTypes:
- Cell
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down Expand Up @@ -175,10 +176,10 @@ mitool:
minRecordWeightForUse: 2
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
payloadTags:
- R2
groupingTagTypes:
- Cell
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down
43 changes: 22 additions & 21 deletions regression/presets/analyze/10x-vdj-bcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ mitool:
trimmingQualityThreshold: null
trimmingWindowSize: null
replaceWildcards: true
splitBySample: true
refineTags:
tags:
- CELL
- UMI
tagTypes:
- Cell
- Molecule
whitelists:
CELL: builtin:737K-august-2016
parameters:
Expand Down Expand Up @@ -65,11 +66,11 @@ mitool:
minRecordWeightForUse: 0
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
- UMI
payloadTags:
- R2
groupingTagTypes:
- Cell
- Molecule
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down Expand Up @@ -102,11 +103,11 @@ mitool:
minRecordWeightForUse: 0
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
- UMI
payloadTags:
- R2
groupingTagTypes:
- Cell
- Molecule
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down Expand Up @@ -139,10 +140,10 @@ mitool:
minRecordWeightForUse: 0
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
payloadTags:
- R2
groupingTagTypes:
- Cell
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down Expand Up @@ -175,10 +176,10 @@ mitool:
minRecordWeightForUse: 2
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
payloadTags:
- R2
groupingTagTypes:
- Cell
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ mitool:
trimmingQualityThreshold: null
trimmingWindowSize: null
replaceWildcards: true
splitBySample: true
refineTags:
tags:
- CELL
- UMI
tagTypes:
- Cell
- Molecule
whitelists:
CELL: builtin:737K-august-2016
parameters:
Expand Down Expand Up @@ -65,11 +66,11 @@ mitool:
minRecordWeightForUse: 0
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
- UMI
payloadTags:
- R2
groupingTagTypes:
- Cell
- Molecule
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down Expand Up @@ -102,11 +103,11 @@ mitool:
minRecordWeightForUse: 0
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
- UMI
payloadTags:
- R2
groupingTagTypes:
- Cell
- Molecule
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down Expand Up @@ -139,10 +140,10 @@ mitool:
minRecordWeightForUse: 0
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
payloadTags:
- R2
groupingTagTypes:
- Cell
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down Expand Up @@ -175,10 +176,10 @@ mitool:
minRecordWeightForUse: 2
maxIterationsPerConsensus: 8
maxConsensuses: 0
groupingTags:
- CELL
payloadTags:
- R2
groupingTagTypes:
- Cell
payloadTagTypes:
- Targets
safeUnusedReads: true
safeDiscardedReads: true
inferMinRecordsPerConsensus: true
Expand Down
Loading

0 comments on commit e555e82

Please sign in to comment.