Skip to content

Sync branches#166

Merged
lfnothias merged 5 commits into
devfrom
main
Apr 23, 2026
Merged

Sync branches#166
lfnothias merged 5 commits into
devfrom
main

Conversation

@lfnothias
Copy link
Copy Markdown
Contributor

@lfnothias lfnothias commented Apr 23, 2026

PR Type

documentation, enhancement


Description

  • Update demo instance URL in README

  • Add link for configuring LLM models


Diagram Walkthrough

flowchart LR
  A["Update README.md"] -- "Change demo URL" --> B["New URL: metabot.holobiomicslab.eu"]
  A -- "Add LLM configuration link" --> C["Link to configuration guide"]
Loading

File Walkthrough

Relevant files
Documentation
README.md
Update demo URL and add LLM config link                                   

README.md

  • Updated demo instance URL
  • Added link for LLM model configuration
+2/-2     


Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • Updated the link to the demo instance of MetaboT in the README.
    Updated the demo link in the Quick Start Guide to remove the trailing slash.
    @dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 23, 2026
    @qodo-code-review
    Copy link
    Copy Markdown

    Review Summary by Qodo

    Update README with corrected demo URL and configuration docs

    📝 Documentation

    Grey Divider

    Walkthroughs

    Description
    • Updated demo instance URL from .cnrs.fr to .eu domain
    • Fixed demo link formatting with proper spacing
    • Added reference link to LLM model configuration documentation
    
    Diagram
    flowchart LR
      A["README.md"] -->|Update demo URL| B["metabot.holobiomicslab.eu"]
      A -->|Add config docs link| C["LLM configuration guide"]
      A -->|Fix link formatting| D["Improved readability"]
    
    Loading

    Grey Divider

    File Changes

    1. README.md 📝 Documentation +2/-2

    Update demo URL and add LLM configuration reference

    • Updated demo instance URL from https://metabot.holobiomicslab.cnrs.fr to
     https://metabot.holobiomicslab.eu
    • Fixed markdown link formatting by adding proper spacing around the URL
    • Added reference link to external documentation for configuring additional LLM models
    

    README.md


    Grey Divider

    Qodo Logo


    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • @qodo-code-review
    Copy link
    Copy Markdown

    qodo-code-review Bot commented Apr 23, 2026

    Code Review by Qodo

    🐞 Bugs (1) 📘 Rule violations (0) 📎 Requirement gaps (0)

    Grey Divider


    Advisory comments

    1. Whitespace in URL link 🐞 Bug ⚙ Maintainability
    Description
    README.md includes leading spaces inside the Markdown link text and destination for the demo URL,
    which can render oddly (visible leading space) and makes copy/paste of the displayed URL
    error-prone. This is a documentation quality issue, not a runtime bug.
    
    Code

    README.md[16]

    +🧪 MetaboT 🍵 is an AI system that accelerates mass spectrometry-based metabolomics data mining. Leveraging advanced large language models and knowledge graph technologies, 🧪 MetaboT 🍵 translates natural language queries into SPARQL requests—enabling researchers to explore and interpret complex metabolomics datasets. Built in Python and powered by state-of-the-art libraries, 🧪 MetaboT 🍵 offers an intuitive chat interface that bridges the gap between data complexity and user-friendly access. 🧪 MetaboT 🍵 can be installed locally and you can try our demo instance on an open [1,600 plant extract dataset](https://doi.org/10.1093/gigascience/giac124) available at [ https://metabot.holobiomicslab.eu]( https://metabot.holobiomicslab.eu).
    Evidence
    The demo URL is written with a leading space in both the bracketed label and the parenthesized
    destination, so the rendered link text starts with a space and the raw Markdown is harder to
    read/maintain.
    

    README.md[16-16]

    Agent prompt
    The issue below was found during a code review. Follow the provided context and guidance below and implement a solution
    
    ### Issue description
    The demo URL Markdown link contains leading spaces inside `[]` and `()`, which reduces readability and can lead to copy/paste mistakes.
    
    ### Issue Context
    This is in the General Information paragraph where the demo instance URL is displayed.
    
    ### Fix Focus Areas
    - README.md[16-16]
    
    ### Suggested change
    Replace:
    - `[ https://metabot.holobiomicslab.eu]( https://metabot.holobiomicslab.eu)`
    with:
    - `[https://metabot.holobiomicslab.eu](https://metabot.holobiomicslab.eu)`
    (or simply `https://metabot.holobiomicslab.eu` if you don’t need a labeled link).
    

    ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


    Grey Divider

    Qodo Logo

    @lfnothias lfnothias merged commit 0574e5a into dev Apr 23, 2026
    7 checks passed
    @dosubot dosubot Bot added the documentation Improvements or additions to documentation label Apr 23, 2026
    @coderabbitai
    Copy link
    Copy Markdown

    coderabbitai Bot commented Apr 23, 2026

    Important

    Review skipped

    Auto reviews are disabled on base/target branches other than the default branch.

    Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

    ⚙️ Run configuration

    Configuration used: Repository UI

    Review profile: CHILL

    Plan: Pro

    Run ID: e6850ed7-7973-4ffe-9c4b-f48ce58079b3

    You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

    Use the checkbox below for a quick retry:

    • 🔍 Trigger review
    ✨ Finishing Touches
    🧪 Generate unit tests (beta)
    • Create PR with unit tests
    • Commit unit tests in branch main

    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.

    ❤️ Share

    Comment @coderabbitai help to get the list of available commands and usage tips.

    @github-actions
    Copy link
    Copy Markdown
    Contributor

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Markdown Formatting

    The added markdown link contains extra spaces inside the square brackets and parentheses, which might affect proper rendering in some markdown parsers. It is recommended to remove these extraneous spaces.

    🧪 MetaboT 🍵 is an AI system that accelerates mass spectrometry-based metabolomics data mining. Leveraging advanced large language models and knowledge graph technologies, 🧪 MetaboT 🍵 translates natural language queries into SPARQL requests—enabling researchers to explore and interpret complex metabolomics datasets. Built in Python and powered by state-of-the-art libraries, 🧪 MetaboT 🍵 offers an intuitive chat interface that bridges the gap between data complexity and user-friendly access. 🧪 MetaboT 🍵 can be installed locally and you can try our demo instance on an open [1,600 plant extract dataset](https://doi.org/10.1093/gigascience/giac124) available at [ https://metabot.holobiomicslab.eu]( https://metabot.holobiomicslab.eu).

    @github-actions
    Copy link
    Copy Markdown
    Contributor

    PR Code Suggestions ✨

    Explore these optional code suggestions:

    CategorySuggestion                                                                                                                                    Impact
    General
    Fix Markdown link formatting

    Remove the extra spaces inside the Markdown link to ensure proper rendering. Tighten
    the URL formatting for both the link text and the link target.

    README.md [16]

    -🧪 MetaboT 🍵 can be installed locally and you can try our demo instance on an open [1,600 plant extract dataset](https://doi.org/10.1093/gigascience/giac124) available at [ https://metabot.holobiomicslab.eu]( https://metabot.holobiomicslab.eu).
    +🧪 MetaboT 🍵 can be installed locally and you can try our demo instance on an open [1,600 plant extract dataset](https://doi.org/10.1093/gigascience/giac124) available at [https://metabot.holobiomicslab.eu](https://metabot.holobiomicslab.eu).
    Suggestion importance[1-10]: 5

    __

    Why: The suggestion correctly identifies extra spaces in the Markdown link and improves URL formatting. The impact is minor, addressing only readability, and the improved code accurately reflects the suggested change.

    Low

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    documentation Improvements or additions to documentation Review effort 1/5 size:XS This PR changes 0-9 lines, ignoring generated files.

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    2 participants