-
Notifications
You must be signed in to change notification settings - Fork 195
fix: bug when rescaling BAM #3687
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
base: master
Are you sure you want to change the base?
Conversation
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthroughThe pull request updates the construction of the Changes
Sequence Diagram(s)sequenceDiagram
participant Wrapper as mapdamage2 Wrapper
participant MapDamage as mapDamage Tool
Wrapper->>Wrapper: Check if rescaled_bam is defined
alt rescaled_bam is defined
Wrapper->>MapDamage: Build command with "--rescale" and "--rescale-out" options
else
Wrapper->>MapDamage: Build command without rescaling options
end
MapDamage-->>Wrapper: Return processing result
Suggested reviewers
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:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 (
|
@fgvieira I am sorry, but I do not get it. You include |
The command line arguments are not super clear (ginolhac/mapDamage#59) and there are some hidden arguments: |
6610269
to
91d9963
Compare
Fix #3686
QC
snakemake-wrappers
.While the contributions guidelines are more extensive, please particularly ensure that:
test.py
was updated to call any added or updated example rules in aSnakefile
input:
andoutput:
file paths in the rules can be chosen arbitrarilyinput:
oroutput:
)tempfile.gettempdir()
points tometa.yaml
contains a link to the documentation of the respective tool or command underurl:
Summary by CodeRabbit