Fix reference customization - #148
Open
jonasfreimuth wants to merge 28 commits into
Open
Conversation
Author
|
Requires #147 to be merged first though. |
Techincally git-lfs is the right thing for including the large files, but currently this is causing to many issues. The references can be expected to not change much so this should be ok.
Else the env cannot be created when channel prio is strict.
To ensure this is usable by everyone.
Now we can import script modules in tests.
I will add unit tests, so this is more descriptive.
For reproducible conda envs.
jonasfreimuth
force-pushed
the
fix-expression-quant
branch
2 times, most recently
from
December 14, 2025 18:06
778794e to
729612f
Compare
Else test fails might not be discovered when they happen, or at all.
So partial genotyping does not depend on previous whole allele output.
Ensures tests are independent & more reproducible.
jonasfreimuth
force-pushed
the
fix-expression-quant
branch
from
December 14, 2025 20:15
729612f to
23a4dd6
Compare
More idiomatic, also clearer.
Where they should live for other tests to use them.
Should lead to the script actually running.
jonasfreimuth
force-pushed
the
fix-expression-quant
branch
from
December 14, 2025 20:47
23a4dd6 to
6f3c2f0
Compare
For individually unit testing customization code with debug support.
As far as I can tell these are leftovers from debugging.
This is git, if we need it we can reintroduce it.
jonasfreimuth
force-pushed
the
fix-expression-quant
branch
from
December 14, 2025 20:56
6f3c2f0 to
8ba97fb
Compare
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.
Hello everyone,
than you very much for providing this fine immunogenomics tool! I would like to integrate the quantification step into my pipeline, but currently the reference customization appears to be broken. Even running
arcasHLA customize --helpresults in the following error:The issue seems that the current arcasHLA dependencies use a new
biopythonversion in whichBio.Alphabetis deprecated. However, as far as I can tell, thegeneric_dnaobject is never used anywhere. So by simply removing that import, the customization should be possible again.I have already done that on my own fork and managed to get
customizeandquantto run again.