Skip to content

Commit

Permalink
Merge pull request #1740 from milaboratory/mixcr-regression-tests/4-7…
Browse files Browse the repository at this point in the history
…-0-RC-plus-mitool-integration

Regression tests changes in the 4-7-0-RC-plus-mitool-integration
  • Loading branch information
gnefedev authored Aug 7, 2024
2 parents fee97d3 + 6ed9c33 commit 0f7f626
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ align:
saveOriginalSequence: false
saveOriginalReads: false
smartForceEdgeAlignments: true
retriesForPartialAlignments: 3
refineTagsAndSort:
whitelists: {}
runCorrection: true
Expand Down Expand Up @@ -259,6 +260,14 @@ assemble:
maxConsensuses: 3
minTagSuffixShare: 0.0
isolateChains: false
empiricalAlignmentAssignment:
uniqGeneOccurrenceWithinTag:
- V
- J
uniqGeneOccurrenceWithinCluster:
- V
- J
matchAlignmentsWithoutVJHitsByTags: true
cloneAssemblerParameters:
assemblingFeatures:
- CDR3
Expand Down Expand Up @@ -323,6 +332,22 @@ assembleContigs:
minimalContigLength: 20
alignedRegionsOnly: false
discardAmbiguousNucleotideCalls: false
cloneFactoryParameters:
vParameters:
relativeMinScore: 0.97
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
jParameters:
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
cParameters:
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
dParameters:
relativeMinScore: null
absoluteMinScore: null
maxHits: null
scoring: null
exportAlignments:
chains: ALL
noHeader: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ align:
saveOriginalSequence: false
saveOriginalReads: false
smartForceEdgeAlignments: true
retriesForPartialAlignments: 3
refineTagsAndSort:
whitelists: {}
runCorrection: true
Expand Down Expand Up @@ -259,6 +260,14 @@ assemble:
maxConsensuses: 3
minTagSuffixShare: 0.0
isolateChains: false
empiricalAlignmentAssignment:
uniqGeneOccurrenceWithinTag:
- V
- J
uniqGeneOccurrenceWithinCluster:
- V
- J
matchAlignmentsWithoutVJHitsByTags: true
cloneAssemblerParameters:
assemblingFeatures:
- CDR3
Expand Down Expand Up @@ -323,6 +332,22 @@ assembleContigs:
minimalContigLength: 20
alignedRegionsOnly: false
discardAmbiguousNucleotideCalls: false
cloneFactoryParameters:
vParameters:
relativeMinScore: 0.97
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
jParameters:
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
cParameters:
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
dParameters:
relativeMinScore: null
absoluteMinScore: null
maxHits: null
scoring: null
exportAlignments:
chains: ALL
noHeader: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ align:
saveOriginalSequence: false
saveOriginalReads: false
smartForceEdgeAlignments: true
retriesForPartialAlignments: 3
refineTagsAndSort:
whitelists: {}
runCorrection: true
Expand Down Expand Up @@ -259,6 +260,14 @@ assemble:
maxConsensuses: 3
minTagSuffixShare: 0.0
isolateChains: false
empiricalAlignmentAssignment:
uniqGeneOccurrenceWithinTag:
- V
- J
uniqGeneOccurrenceWithinCluster:
- V
- J
matchAlignmentsWithoutVJHitsByTags: true
cloneAssemblerParameters:
assemblingFeatures:
- CDR3
Expand Down Expand Up @@ -323,6 +332,22 @@ assembleContigs:
minimalContigLength: 20
alignedRegionsOnly: false
discardAmbiguousNucleotideCalls: false
cloneFactoryParameters:
vParameters:
relativeMinScore: 0.97
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
jParameters:
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
cParameters:
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
dParameters:
relativeMinScore: null
absoluteMinScore: null
maxHits: null
scoring: null
exportAlignments:
chains: ALL
noHeader: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ align:
saveOriginalSequence: false
saveOriginalReads: false
smartForceEdgeAlignments: true
retriesForPartialAlignments: 3
refineTagsAndSort:
whitelists: {}
runCorrection: true
Expand Down Expand Up @@ -259,6 +260,14 @@ assemble:
maxConsensuses: 3
minTagSuffixShare: 0.0
isolateChains: false
empiricalAlignmentAssignment:
uniqGeneOccurrenceWithinTag:
- V
- J
uniqGeneOccurrenceWithinCluster:
- V
- J
matchAlignmentsWithoutVJHitsByTags: true
cloneAssemblerParameters:
assemblingFeatures:
- CDR3
Expand Down Expand Up @@ -323,6 +332,22 @@ assembleContigs:
minimalContigLength: 20
alignedRegionsOnly: false
discardAmbiguousNucleotideCalls: false
cloneFactoryParameters:
vParameters:
relativeMinScore: 0.97
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
jParameters:
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
cParameters:
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
dParameters:
relativeMinScore: null
absoluteMinScore: null
maxHits: null
scoring: null
exportAlignments:
chains: ALL
noHeader: false
Expand Down

0 comments on commit 0f7f626

Please sign in to comment.