Conversation
Bump to retry failed Zenodo DOI assignment (empty error message, known Zenodo issue slated for fix in their 2026 roadmap). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Zenodo deposition metadata to the repository to improve Zenodo/GitHub integration and DOI assignment metadata quality.
Changes:
- Introduces a new
.zenodo.jsonfile defining title/description, license, creators, keywords, and related identifiers for Zenodo deposits.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1
to
+6
| { | ||
| "title": "VDJdb: a curated database of T-cell receptor sequences with known antigen specificity", | ||
| "description": "<p>VDJdb is a curated database of T-cell receptor (TCR) sequences with known antigen specificity, i.e. the ability to recognize certain epitopes in certain MHC contexts. Its primary goal is to facilitate access to existing information on TCR antigen specificities by aggregating the scarce TCR specificity data available and curating it into a consistent, validated repository.</p><p>Each record is assigned a single confidence score based on the experimental setup used to identify the antigen-specific TCR, and is automatically checked against a database of V/J germline sequences to ensure standardized reporting of V-J junctions and CDR3 sequences. This repository hosts the submissions to the database and the scripts used to check, fix and build the database.</p><p>The database can be queried via the <a href=\"https://github.com/antigenomics/vdjmatch\">vdjmatch</a> software, browsed using the <a href=\"https://github.com/antigenomics/vdjdb-web\">VDJdb-web</a> GUI, and accessed online at <a href=\"https://vdjdb.com\">https://vdjdb.com</a>.</p>", | ||
| "upload_type": "dataset", | ||
| "access_right": "open", | ||
| "license": "AGPL-3.0-only", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump to retry failed Zenodo DOI assignment (empty error message, known Zenodo issue slated for fix in their 2026 roadmap).