-
Notifications
You must be signed in to change notification settings - Fork 719
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
added cellranger vdj/mkvdjref modules, with module test for vdj #3033
Conversation
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.
Is there a possibility to have a test for mkvdjref
?
@SPPearce regarding a test for
if I write a does that sound ok? if so, then I'll draft a |
|
@grst no reason to prefer but I'll start with in case it matters, it will be some work (or maybe unwise to even try) to shoehorn into current nf-core samplesheet standards 😕 flipside is that a cellranger multi --id ${meta.id} --csv ${meta.cellranger_multi_csv_file} and then |
I don't see a reason why we can't generate these files on a per-sample basis. In fact, @ErikaKvalem has started to play around with this. It would, of course, require an extension of our samplesheet, but there was some discussion (and a proposed solution) here: nf-core/scrnaseq#174 (comment) |
added requested test for |
Please don't merge just yet, I'm just looking at something here. |
I have updated the modules to use the |
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.
I've made changes with respect to the prefix, hopefully will all pass and then I'm happy.
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.
Could you use the full URI for the docker images please?
Co-authored-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Co-authored-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Co-authored-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
@adamrtalbot , I have just updated to use the full path in all the modules. |
Right, I'm happy to go now. @adamrtalbot , if that was your only objection I think we are happy to merge? |
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.
apologies for being slow!
oof this sparked a lot of discussion 😵 thank you for the additional eyes and edits @SPPearce @jfy133 @adamrtalbot I will proceed with merging now 👍🏼 |
Thanks for your hard work and patience @klkeys |
premature celebration? it looks like nf-core linting failed on not sure how this escaped me, but best not dwell on the past, I'll correct this in #3229 |
That's strange, why did the linting tests not run? All the tests that ran were passing. |
no clue 😣 see here: https://github.com/nf-core/modules/actions/runs/4832726781/jobs/8611869687 I've fixed it in #3229 |
* master: (97 commits) Use long form docker.io address for Ubuntu (nf-core#3358) Default registry to quay.io (nf-core#3344) Sbwf impute glimpse2 (nf-core#3349) added cellranger vdj/mkvdjref modules, with module test for vdj (nf-core#3033) Add space to fix singularity download error on shinyngs modules (nf-core#3351) Output channel modification star (nf-core#3350) fix corrected typo in output (nf-core#3337) give execution permissions to dumpsoftwareversions.py (nf-core#3347) fix meta.ymls for dumpsoftware and multiqc (nf-core#3345) Fixing failing subworkflow tests (nf-core#3343) remove imputeme module since it is evidently no longer supported (nf-core#3223) Update path for yaml-schema json (nf-core#3340) New module MetaPhlAn4 (nf-core#3298) Update ALL bcftools modules (nf-core#3339) update docker and singularity version of p7zip (nf-core#3338) update sratools/fasterqdump to handle 10X data (nf-core#3336) Make MAD plots optional in shinyngs (nf-core#3334) reset tools in CI to released version (nf-core#3335) new module wisecondorx/gender (nf-core#3333) Bump shinyngs modules (nf-core#3323) ...
* master: (120 commits) Use long form docker.io address for Ubuntu (nf-core#3358) Default registry to quay.io (nf-core#3344) Sbwf impute glimpse2 (nf-core#3349) added cellranger vdj/mkvdjref modules, with module test for vdj (nf-core#3033) Add space to fix singularity download error on shinyngs modules (nf-core#3351) Output channel modification star (nf-core#3350) fix corrected typo in output (nf-core#3337) give execution permissions to dumpsoftwareversions.py (nf-core#3347) fix meta.ymls for dumpsoftware and multiqc (nf-core#3345) Fixing failing subworkflow tests (nf-core#3343) remove imputeme module since it is evidently no longer supported (nf-core#3223) Update path for yaml-schema json (nf-core#3340) New module MetaPhlAn4 (nf-core#3298) Update ALL bcftools modules (nf-core#3339) update docker and singularity version of p7zip (nf-core#3338) update sratools/fasterqdump to handle 10X data (nf-core#3336) Make MAD plots optional in shinyngs (nf-core#3334) reset tools in CI to released version (nf-core#3335) new module wisecondorx/gender (nf-core#3333) Bump shinyngs modules (nf-core#3323) ...
PR checklist
versions.yml
file.label
- [ ] Use BioConda and BioContainers if possible to fulfil software requirements.only works withnfcore/cellranger
Docker imageadds new
cellranger
modulecellranger vdj
for single cell immune profilingmostly cribbed from
cellranger count
andcellranger mkref
includes the corresponding
cellranger mkvdj
ref just in casetest data included in nf-core/test-datasets#787