-
Notifications
You must be signed in to change notification settings - Fork 1k
Update seqsero2: topic versions, stub block, sanitizeOutput #11446
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
Open
HReed1
wants to merge
4
commits into
nf-core:master
Choose a base branch
from
HReed1:stub-topics-seqsero2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
3e919ce
feat(seqsero2): migrate to topic: versions, add stub block, sanitizeO…
HReed1 3c453f9
Standardize version emission and restore EDAM comments
HReed1 234b1be
fix(seqsero2): rename emit to versions_seqsero2, update snapshots
HReed1 a5d45d4
Merge branch 'master' into stub-topics-seqsero2
HReed1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,92 @@ | ||
| { | ||
| "test-seqsero2 - stub": { | ||
| "content": [ | ||
| { | ||
| "log": [ | ||
| [ | ||
| { | ||
| "id": "test", | ||
| "single_end": false | ||
| }, | ||
| "SeqSero_log.txt:md5,d41d8cd98f00b204e9800998ecf8427e" | ||
| ] | ||
| ], | ||
| "tsv": [ | ||
| [ | ||
| { | ||
| "id": "test", | ||
| "single_end": false | ||
| }, | ||
| "SeqSero_result.tsv:md5,d41d8cd98f00b204e9800998ecf8427e" | ||
| ] | ||
| ], | ||
| "txt": [ | ||
| [ | ||
| { | ||
| "id": "test", | ||
| "single_end": false | ||
| }, | ||
| "SeqSero_result.txt:md5,d41d8cd98f00b204e9800998ecf8427e" | ||
| ] | ||
| ], | ||
| "versions_seqsero2": [ | ||
| [ | ||
| "SEQSERO2", | ||
| "seqsero2", | ||
| "1.2.1" | ||
| ] | ||
| ] | ||
| } | ||
| ], | ||
| "timestamp": "2026-04-30T17:32:40.251762", | ||
| "meta": { | ||
| "nf-test": "0.9.5", | ||
| "nextflow": "26.04.0" | ||
| } | ||
| }, | ||
| "test-seqsero2": { | ||
| "content": [ | ||
| "SeqSero_log.txt", | ||
| "Sample name\tOutput directory\tInput files\tO antigen prediction\tH1 antigen prediction(fliC)\tH2 antigen prediction(fljB)\tPredicted identification\tPredicted antigenic profile\tPredicted serotype\tNote", | ||
| "Sample name:\ttest", | ||
| [ | ||
| "versions.yml:md5,58aed3e038f84e5d4827dd22f5c88a13" | ||
| ] | ||
| { | ||
| "log": [ | ||
| [ | ||
| { | ||
| "id": "test", | ||
| "single_end": false | ||
| }, | ||
| "SeqSero_log.txt:md5,d00242dfa734b5abb3622a6048f0b4fb" | ||
| ] | ||
| ], | ||
| "tsv": [ | ||
| [ | ||
| { | ||
| "id": "test", | ||
| "single_end": false | ||
| }, | ||
| "SeqSero_result.tsv:md5,749e60134db116aa688f864f8d3df28b" | ||
| ] | ||
| ], | ||
| "txt": [ | ||
| [ | ||
| { | ||
| "id": "test", | ||
| "single_end": false | ||
| }, | ||
| "SeqSero_result.txt:md5,bc3587b10bfed29394c6c1bf5d1f5ffa" | ||
| ] | ||
| ], | ||
| "versions_seqsero2": [ | ||
| [ | ||
| "SEQSERO2", | ||
| "seqsero2", | ||
| "1.2.1" | ||
| ] | ||
| ] | ||
| } | ||
| ], | ||
| "timestamp": "2026-04-30T17:32:34.459478", | ||
| "meta": { | ||
| "nf-test": "0.8.4", | ||
| "nextflow": "24.04.4" | ||
| }, | ||
| "timestamp": "2024-08-27T13:25:13.677371" | ||
| "nf-test": "0.9.5", | ||
| "nextflow": "26.04.0" | ||
| } | ||
| } | ||
| } |
Oops, something went wrong.
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.
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.
Can't just blindly use sanitizeOutput on process.out when we weren't before!