Skip to content

Commit

Permalink
assemble relativeMinScore set to 0.97
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Davydov committed Sep 4, 2024
1 parent 0ff4c70 commit ff44fd8
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions src/main/resources/presets/protocols/bruker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
step: assemblePartial
- type: RemovePipelineStep
step: assembleContigs
- type: SetContigAssemblingFeatures
features: VDJRegion
- type: SetSpecies
species: hsa
mitool:
Expand Down Expand Up @@ -100,6 +98,27 @@
- VDJRegion
badQualityThreshold: 0
minimalQuality: 0
cloneFactoryParameters:
vParameters:
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
relativeMinScore: 0.97
scoring: null
jParameters:
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
relativeMinScore:
scoring: null
dParameters:
absoluteMinScore:
relativeMinScore:
maxHits:
scoring: null
cParameters:
maxAlignmentWidthLinear: 5
maxAlignmentWidthAffine: 500
relativeMinScore:
scoring: null
postFilters: null
exportClones:
inheritFrom: exportClones-single-cell-no-umi-base
Expand Down

0 comments on commit ff44fd8

Please sign in to comment.