-
Notifications
You must be signed in to change notification settings - Fork 170
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
Cellranger 10XV4 #348
Cellranger 10XV4 #348
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
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.
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.
@@ -47,7 +47,7 @@ input: | |||
- technology: | |||
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}" |
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.
This change would need to be made in nf-core/modules
and then be pulled into the pipeline using nf-core modules update
.
@grst for "update the CHANGELOG", is this sufficient:
I can also bump the version to 2.7.1 throughout the codebase: |
Don't worry about the version, I'll do that when making a patch release |
@nf-core-bot fix linting |
Added support for
10XV4
(SC3Pv4
). This includes:protocols.json
PR checklist
nf-core schema build
fails 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.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).