Skip to content
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

Merged
merged 7 commits into from
Jul 30, 2024
Merged

Cellranger 10XV4 #348

merged 7 commits into from
Jul 30, 2024

Conversation

nick-youngblut
Copy link
Contributor

Added support for 10XV4 (SC3Pv4). This includes:

  • updating protocols.json
  • adding the 10X V4 barcode whitelist
  • updating the docs

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
    • nf-core schema build fails due to: --fasta: Not in pipeline parameters & --gtf: Not in pipeline parameters.
  • If necessary, also make a PR on the nf-core/scrnaseq branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

This comment was marked as outdated.

@grst grst changed the base branch from master to dev July 29, 2024 09:12
Copy link

github-actions bot commented Jul 29, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 34f4be7

+| ✅ 204 tests passed       |+
#| ❔   4 tests were ignored |#
!| ❗   3 tests had warnings |!

❗ Test warnings:

  • pipeline_todos - TODO string in main.nf: Optionally add in-text citation tools to this list.
  • pipeline_todos - TODO string in main.nf: Optionally add bibliographic entries to this list.
  • pipeline_todos - TODO string in main.nf: Only uncomment below if logic in toolCitationText/toolBibliographyText has been filled!

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 2.14.1
  • Run at 2024-07-30 07:05:54

Copy link
Member

@grst grst left a 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}"
Copy link
Member

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.

@nick-youngblut
Copy link
Contributor Author

@grst for "update the CHANGELOG", is this sufficient:

## v2.7.1 - 2024-07-29

- Add 10XV4 chemistry

I can also bump the version to 2.7.1 throughout the codebase: nextflow.config & multiqc_config.yml

@grst
Copy link
Member

grst commented Jul 29, 2024

Don't worry about the version, I'll do that when making a patch release

@grst
Copy link
Member

grst commented Jul 30, 2024

@nf-core-bot fix linting

@grst grst merged commit 5f11686 into nf-core:dev Jul 30, 2024
12 checks passed
@nick-youngblut nick-youngblut deleted the cellranger_10XV4 branch July 30, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants