Implement nf-test#475
Merged
edmundmiller merged 4 commits intodevfrom Sep 5, 2025
Merged
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
maxulysse
reviewed
Sep 5, 2025
| testing* | ||
| *.pyc | ||
| null/ | ||
|
|
maxulysse
reviewed
Sep 5, 2025
Member
maxulysse
reviewed
Sep 5, 2025
Comment on lines
+7
to
+15
| // Limit resources so that this can run on GitHub Actions | ||
| process { | ||
| resourceLimits = [ | ||
| cpus: 2, | ||
| memory: '6.GB', | ||
| time: '6.h' | ||
| ] | ||
| } | ||
|
|
Member
maxulysse
approved these changes
Sep 5, 2025
pinin4fjords
approved these changes
Sep 5, 2025
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.
Moves the basic CI test over test after the template update #473