Closed FelixMoelder closed 1 week ago
[!WARNING]
Rate limit exceeded
@FelixMoelder has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 18 minutes and 46 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 722f872d92e0a5003a141dda499df4ff8d8d9942 and 4a443a85b91934e0f5249ccb95d2836bfe7c30fa.
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?
The wrapper
vg autoindex giraffe
had to many layers. To fix this it has been moved to a more genericvg autoindex
wrapper allowing to create index files for variousvg
subcommands. The exact workflow for which files are created for will be derived by the output file extensions set by the user. For nowgiraffe
andmap
are supported as I am unaware which files will be created byrpvg
andmpmap
. These can be added at a later point if required.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
vg_autoindex_giraffe
andvg_autoindex_map
, enhancing workflow capabilities.vg_autoindex_map
functionality.