-
Notifications
You must be signed in to change notification settings - Fork 159
Implement nf-test #475
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
Implement nf-test #475
Conversation
|
4ad48c4
to
0ff351d
Compare
279a9f3
to
8f4f416
Compare
- Update nft-utils plugin from v0.0.3 to v0.0.5 - Replace basic snapshot assertions with nft-utils functions: - Use removeNextflowVersion() to eliminate timestamp variations - Add getAllFilesFromDir() for comprehensive file structure snapshots - Exclude unstable execution files for consistent CI testing - Enhance all test files: bowtie2, chromap, star, skip_trimming, skip_consensus_peaks - Maintain correct test expectations (main tests fail, stub tests pass) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
8f4f416
to
779ce9a
Compare
testing* | ||
*.pyc | ||
null/ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Limit resources so that this can run on GitHub Actions | ||
process { | ||
resourceLimits = [ | ||
cpus: 2, | ||
memory: '6.GB', | ||
time: '6.h' | ||
] | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moves the basic CI test over test after the template update #473