Skip to content

Commit

Permalink
minimalNOverlap in assemblePartial changed to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed May 30, 2017
1 parent 339a67f commit c58ef6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG_CURRENT
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Minimal thresholds added for V and J alignments in `extendAlignments`
`minimalNOverlap` in `assemblePartial` changed to 7
Information on k-mer diversity added to alignPartial report file
Detainls of V/J Extension during extendAlignments are now added to target description, and can be retrieved using `-targetDescriptions` field in `exportAlignments`
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"kValue": 12,
"kOffset": -7,
"minimalAssembleOverlap": 12,
"minimalNOverlap": 5,
"minimalNOverlap": 7,
"minimalAlignmentMergeIdentity": 0.85,
"mergerParameters": {
"qualityMergingAlgorithm": "SumSubtraction",
Expand Down

0 comments on commit c58ef6a

Please sign in to comment.