-
Notifications
You must be signed in to change notification settings - Fork 828
Add dupMatrix files to nftignore for reproducibility #1651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
DupRadar's dupMatrix output files have non-reproducible content due to conda dependency drift, causing ARM CI test failures. Adding these files to .nftignore and removing their md5 checksums from snapshot files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
This PR is against the
|
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
Summary
{hisat2,star_rsem,star_salmon}/dupradar/gene_data/*_dupMatrix.txtpattern to.nftignore*_dupMatrix.txtfiles from all snapshot filesContext
DupRadar's
dupMatrix.txtoutput files exhibit non-reproducible content due to conda dependency drift, causing intermittent CI test failures on ARM (see failed run).The file content varies between environments while still being functionally correct, so we exclude these files from md5 verification while keeping them in the file existence checks.
Test plan
🤖 Generated with Claude Code