-
Notifications
You must be signed in to change notification settings - Fork 169
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
Adding cellrangermulti subworkflow #276
Conversation
Ok. I think I'm done with the documentation. |
I don't think lint will pass before the template update is merged. However, since this is such massive PR, I'd do that after this one gets merged to dev to avoid further disruptions. |
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.
Are we there then? I don't think there's anything pending for now.
Hi @grst, I think so. The last things were the documentation and the things you had brought. This was the comment summarising it: #276 (comment) We can have a last look on that, and open follow-ups, otherwise, it is. |
I have added a follow-up ticket for the open points: #332 |
Close #247
Close #313
PR checklist
nf-core lint
).nextflow run . -profile 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).Context
Hi guys,
Although not finished yet because it would still required updating the parameters schema, defaults and documentation, I am already opening the PR so we can all take a look at it and discuss any modifications required before merging and also, give it a round of tests and define how we want some parameters to be.
I used the templates provided by @klkeys
Usage context
samplesheet
To use it, samplesheet requires an additional parameter so that we can properly mix the different feature types given per sample.
Supporting files
Right now, all the supporting files have been added as parameters, for example,
cmo_barcode_csv
,beam_antigen_csv
, etc. .... which means they will work in a dataset manner, being the same for everything given in the samplesheet, instead of samplesheet base if they were added as columns in the samplesheet.My main question here is, what should it be the desired approach?
Other stuff
Of course there might still have things to clear or finish that I might have overlooked since there is quite a lot on it, so, I request your help on spotting it.