Open tdayris opened 1 day ago
[!WARNING]
Rate limit exceeded
@tdayris has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 25 minutes and 5 seconds before requesting another review.
β How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.π¦ How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://docs.coderabbit.ai/faq) for further information.π₯ Commits
Reviewing files that changed from the base of the PR and between df37f7006a66f328e80115ad1f82f81482fd7244 and 8756e2c251b10194483e281bff6b2e48f9ece5ea.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Adds a wrapper for ngs-bits SampleSimilarity. There are a lot of subcommands for ngs-bits. Many of them requires a connection to a mysql database (NGSD), which I don't know how to deploy smoothly through a snakemake wrapper.
I'll wrap some other subcommands soon.
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
Release Notes
New Features
environment.linux-64.pin.txt
andenvironment.yaml
files for managing package dependencies in a Conda environment.meta.yaml
for the NGS-bits SampleSimilarity tool, detailing input/output specifications and documentation links.a.vcf
andb.vcf
) containing genomic variant data for testing purposes.wrapper.py
file to facilitate execution of the SampleSimilarity tool within a Snakemake workflow.Tests