-
Notifications
You must be signed in to change notification settings - Fork 45
fix: make isoformanalyzer annotation match transcriptome reference #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: make isoformanalyzer annotation match transcriptome reference #152
Conversation
WalkthroughThe change updates the Changes
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
workflow/rules/ref.smk
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: formatting
🔇 Additional comments (1)
workflow/rules/ref.smk (1)
26-26
: Appropriate flavor parameter added for consistent annotation.The addition of the
flavor="chr_patch_hapl_scaff"
parameter with the explanatory comment is a good change. This specifies a particular Ensembl FTP flavor that will help ensure that the annotation data matches the transcriptome reference as intended by the PR title. The chr_patch_hapl_scaff flavor includes chromosome patches, haplotype sequences, and scaffolds which provides comprehensive annotation data.
…anscriptome-reference
🤖 I have created a release *beep* *boop* --- ## [2.11.2](v2.11.1...v2.11.2) (2025-05-19) ### Bug Fixes * make isoformanalyzer annotation match transcriptome reference ([#152](#152)) ([0320826](0320826)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Summary by CodeRabbit