From 96885995c77a216eac72aaa1b693522956f3d377 Mon Sep 17 00:00:00 2001 From: Jeroen Van Goey Date: Tue, 21 Apr 2026 23:00:21 +0200 Subject: [PATCH] fix: use absolute URLs for README images so they render on PyPI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PyPI does not resolve relative image paths — images must use full URLs to raw.githubusercontent.com. Also fixes the workflow diagram path which pointed to a non-existent images/ directory (the file is actually in docs/source/assets/). Closes #9 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8deca6c..cb49ae3 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- InstaNexus logo + InstaNexus logo

A de novo protein sequencing workflow

@@ -52,7 +52,7 @@ This pipeline enables robust reconstruction of critical protein regions, advanci ## Workflow Diagram

- InstaNexus Workflow + InstaNexus Workflow

---