Cellranger 10XV4#348
Merged
grst merged 7 commits intonf-core:devfrom Jul 30, 2024
nick-youngblut:cellranger_10XV4
Merged
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
grst
approved these changes
Jul 29, 2024
Member
There was a problem hiding this comment.
Many thanks for working on this! Looks mostly good to me, could you please
- update the CHANGELOG
- reset the kallistobustools module (nf-core doesn't allow modification of modules installed from nf-core/modules, they have to be updated centrally in the modules repository). You can follow up on that separately - the pattern is only documentation and has no effect on the pipeline functionality.
| type: string | ||
| description: String value defining the sequencing technology used. | ||
| pattern: "{10XV1,10XV2,10XV3,CELSEQ,CELSEQ2,DROPSEQ,INDROPSV1,INDROPSV2,INDROPSV3,SCRUBSEQ,SURECELL,SMARTSEQ}" | ||
| pattern: "{10XV1,10XV2,10XV3,10XV4,CELSEQ,CELSEQ2,DROPSEQ,INDROPSV1,INDROPSV2,INDROPSV3,SCRUBSEQ,SURECELL,SMARTSEQ}" |
Member
There was a problem hiding this comment.
This change would need to be made in nf-core/modules and then be pulled into the pipeline using nf-core modules update.
Contributor
Author
|
@grst for "update the CHANGELOG", is this sufficient: I can also bump the version to 2.7.1 throughout the codebase: |
Member
|
Don't worry about the version, I'll do that when making a patch release |
Member
|
@nf-core-bot fix linting |
grst
approved these changes
Jul 30, 2024
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.
Added support for
10XV4(SC3Pv4). This includes:protocols.jsonPR checklist
nf-core schema buildfails due to:--fasta: Not in pipeline parameters&--gtf: Not in pipeline parameters.nf-core lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).