Add raw subread/featurecounts fixtures for custom/collectfeaturecounts - #2247
Merged
erikrikarddaniel merged 3 commits intoAug 29, 2026
Merged
Conversation
Two small, per-sample featureCounts.tsv files in the real subread
output shape (comment line + Geneid/Chr/Start/End/Strand/Length/<bam>
header), for testing the new custom/collectfeaturecounts nf-core/modules
component. Distinct from the existing sample{1,2}.*.featureCounts.tsv
fixtures added for custom/collectstats (nf-core#2210),
which are already-collected/joined tables in a different shape.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UvGYU6kuXJeVv9ffdSzdzH
|
Could you update the README? |
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UvGYU6kuXJeVv9ffdSzdzH
The fasta/ and tax/ fixtures added for custom/resolvetaxonomy tests in nf-core#2239 were never added to the Data Description section. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UvGYU6kuXJeVv9ffdSzdzH
Member
Author
|
Thanks @leapicard . I took the opportunity to add descriptions to some quite recent other datasets I added. |
leapicard
approved these changes
Aug 29, 2026
4 tasks
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.
Description
Two small, per-sample
featureCounts.tsvfixtures in the realsubread/featurecountsraw output shape (# Program:featureCountscomment line +Geneid/Chr/Start/End/Strand/Length/<bam>header), each derived from a real run ofsubread/featurecounts's own module test againstgenomics/sarscov2data, with per-sample count values varied.For testing a new
custom/collectfeaturecountsnf-core/modules component (mirrorscustom/collectstats's own test data added in #2210). Deliberately distinct from the existingsample{1,2}.*.featureCounts.tsvfixtures added in #2210, which are already-collected/joined tables (haveaccno/tpmcolumns) rather than raw tool output — the two shapes would otherwise collide in naming intent.Generated by Claude