Create README.md - #212
Open
monica-cheng1 wants to merge 1 commit into
Open
Conversation
monica-cheng1
enabled auto-merge
August 21, 2026 13:07
|
|
||
| ### How do I get UMI-corrected counts? | ||
|
|
||
| Supply a MiXCR tag pattern describing where the UMI sits in your reads. Abundances are then counted per unique molecule instead of per read, which removes amplification bias. See the [MiXCR tag pattern reference](https://mixcr.com/mixcr/reference/ref-tag-pattern/). |
There was a problem hiding this comment.
Tag pattern alone lacks UMI counts
When a user supplies a UMI tag pattern with a preset that does not declare umiTags, the export still omits uniqueMoleculeCount and uniqueMoleculeFraction, so this guidance can cause read-based abundance to be mistaken for molecule-corrected output.
Suggested change
| Supply a MiXCR tag pattern describing where the UMI sits in your reads. Abundances are then counted per unique molecule instead of per read, which removes amplification bias. See the [MiXCR tag pattern reference](https://mixcr.com/mixcr/reference/ref-tag-pattern/). | |
| Select a UMI-aware preset and supply a MiXCR tag pattern describing where the UMI sits in your reads. When the preset declares UMI tags, the output includes unique-molecule counts and fractions rather than only read-based abundances. See the [MiXCR tag pattern reference](https://mixcr.com/mixcr/reference/ref-tag-pattern/). |
Prompt To Fix With AI
This is a comment left during a code review.
Path: README.md
Line: 69
Comment:
**Tag pattern alone lacks UMI counts**
When a user supplies a UMI tag pattern with a preset that does not declare `umiTags`, the export still omits `uniqueMoleculeCount` and `uniqueMoleculeFraction`, so this guidance can cause read-based abundance to be mistaken for molecule-corrected output.
```suggestion
Select a UMI-aware preset and supply a MiXCR tag pattern describing where the UMI sits in your reads. When the preset declares UMI tags, the output includes unique-molecule counts and fractions rather than only read-based abundances. See the [MiXCR tag pattern reference](https://mixcr.com/mixcr/reference/ref-tag-pattern/).
```
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Greptile Summary
The PR adds a comprehensive README describing the MiXCR Clonotyping block, its configuration, outputs, use cases, operational guidance, licensing, and citations. One UMI configuration statement overstates what supplying a tag pattern alone enables.
Confidence Score: 4/5
The UMI guidance should be corrected before merging because it can cause users to mistake read-based output for molecule-corrected abundance.
The implementation passes custom tag patterns to MiXCR but gates unique-molecule output fields on UMI metadata from the selected preset, while the new README presents the tag pattern alone as sufficient.
Files Needing Attention: README.md
Important Files Changed
Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "Create README.md" | Re-trigger Greptile