Skip to content

Commit

Permalink
Merge pull request #1282 from milaboratory/mixcr-regression-tests/ont…
Browse files Browse the repository at this point in the history
…-aligner-parameters

Regression tests changes in the ont-aligner-parameters
  • Loading branch information
Alex-Davydov authored Jul 29, 2023
2 parents a1e13d7 + 6e20d16 commit d12d914
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
20 changes: 10 additions & 10 deletions regression/presets/analyze/flairr-seq-bcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,27 +77,27 @@ align:
relativeMinScore: 0.97
parameters:
type: kaligner2
mapperNValue: 12
mapperNValue: 10
mapperKValue: 1
floatingLeftBound: true
floatingRightBound: false
mapperAbsoluteMinClusterScore: 102
mapperAbsoluteMinClusterScore: 130
mapperExtraClusterScore: -38
mapperMatchScore: 134
mapperMatchScore: 93
mapperMismatchScore: -14
mapperOffsetShiftScore: -82
mapperSlotCount: 11
mapperMaxClusters: 12
mapperSlotCount: 7
mapperMaxClusters: 4
mapperMaxClusterIndels: 4
mapperKMersPerPosition: 4
mapperAbsoluteMinScore: 100
mapperRelativeMinScore: 0.94
mapperMinSeedsDistance: 6
mapperMaxSeedsDistance: 8
mapperAbsoluteMinScore: 130
mapperRelativeMinScore: 0.77
mapperMinSeedsDistance: 5
mapperMaxSeedsDistance: 5
alignmentStopPenalty: 0
absoluteMinScore: 112
relativeMinScore: 0.78
maxHits: 3
maxHits: 5
scoring:
type: affine
alphabet: nucleotide
Expand Down
20 changes: 10 additions & 10 deletions regression/presets/analyze/ont-rna-seq-vdj-full-length.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,27 +74,27 @@ align:
relativeMinScore: 0.97
parameters:
type: kaligner2
mapperNValue: 12
mapperNValue: 10
mapperKValue: 1
floatingLeftBound: true
floatingRightBound: false
mapperAbsoluteMinClusterScore: 102
mapperAbsoluteMinClusterScore: 130
mapperExtraClusterScore: -38
mapperMatchScore: 134
mapperMatchScore: 93
mapperMismatchScore: -14
mapperOffsetShiftScore: -82
mapperSlotCount: 11
mapperMaxClusters: 12
mapperSlotCount: 7
mapperMaxClusters: 4
mapperMaxClusterIndels: 4
mapperKMersPerPosition: 4
mapperAbsoluteMinScore: 100
mapperRelativeMinScore: 0.94
mapperMinSeedsDistance: 6
mapperMaxSeedsDistance: 8
mapperAbsoluteMinScore: 130
mapperRelativeMinScore: 0.77
mapperMinSeedsDistance: 5
mapperMaxSeedsDistance: 5
alignmentStopPenalty: 0
absoluteMinScore: 112
relativeMinScore: 0.78
maxHits: 3
maxHits: 5
scoring:
type: affine
alphabet: nucleotide
Expand Down
20 changes: 10 additions & 10 deletions regression/presets/analyze/ont-rna-seq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,27 +74,27 @@ align:
relativeMinScore: 0.97
parameters:
type: kaligner2
mapperNValue: 12
mapperNValue: 10
mapperKValue: 1
floatingLeftBound: true
floatingRightBound: false
mapperAbsoluteMinClusterScore: 102
mapperAbsoluteMinClusterScore: 130
mapperExtraClusterScore: -38
mapperMatchScore: 134
mapperMatchScore: 93
mapperMismatchScore: -14
mapperOffsetShiftScore: -82
mapperSlotCount: 11
mapperMaxClusters: 12
mapperSlotCount: 7
mapperMaxClusters: 4
mapperMaxClusterIndels: 4
mapperKMersPerPosition: 4
mapperAbsoluteMinScore: 100
mapperRelativeMinScore: 0.94
mapperMinSeedsDistance: 6
mapperMaxSeedsDistance: 8
mapperAbsoluteMinScore: 130
mapperRelativeMinScore: 0.77
mapperMinSeedsDistance: 5
mapperMaxSeedsDistance: 5
alignmentStopPenalty: 0
absoluteMinScore: 112
relativeMinScore: 0.78
maxHits: 3
maxHits: 5
scoring:
type: affine
alphabet: nucleotide
Expand Down

0 comments on commit d12d914

Please sign in to comment.