Gracefully handle pre-1.3.0 AQ XMLs when NULISAseqAQ unavailable#165
Merged
Gracefully handle pre-1.3.0 AQ XMLs when NULISAseqAQ unavailable#165
Conversation
Changed behavior from throwing an error to issuing a warning and processing the file as RQ (relative quantification) when: - XML contains AQ metadata but version < 1.3.0 - NULISAseqAQ package is not installed Changes: - R/readNULISAseq.R: Replace stop() with warning() and set AbsAssay=FALSE - skeleton.Rmd: Use runs[[i]]$AbsAssay instead of checking ExecutionDetails - test-writeUpdatedXML.R: Update test to expect warning instead of error Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Skip NULISAseqAQ installation when building for NULISAseqR (public). Only install when repository contains '_internal' (NULISAseqR_internal). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Skip NULISAseqAQ installation when NULISASEQAQ_BRANCH is empty. This works with the workflow change to only set NULISASEQAQ_BRANCH for internal repos. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
jcbeer
requested changes
Jan 12, 2026
jcbeer
approved these changes
Jan 12, 2026
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.
Summary
AbsAssayflag fromloadNULISAseq()outputChanges
stop()withwarning()and setAbsAssay <- FALSEfor graceful degradationruns[[i]]$AbsAssayinstead of checkingExecutionDetailsdirectly🤖 Generated with Claude Code