-
Notifications
You must be signed in to change notification settings - Fork 172
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
Fix cellranger and bump version to 2.5.1 #288
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
@nf-core-bot please fix linting |
@nf-core-bot fix linting |
Don't be nice to the bot -.- |
* Somehow the cellranger module was incomplete, don't ask me how we ended up there * params.aligner was referenced incorrectly in scrnaseq.nf
@nf-core-bot fix linting |
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.
Looks good.
Most of the changes were automatically via nf-core update
right?
"test,docker --aligner alevin", | ||
"test,docker --aligner kallisto", | ||
"test,docker --aligner star", | ||
"test,docker --aligner cellranger -stub", | ||
"test,docker --aligner universc -stub", | ||
"test,docker --aligner cellranger", |
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.
What was the thing that was making it being - stub before?
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.
correct
yes... the only two "real" changes are the |
I have run into error with test while running with test profile
The error is
Next, I have tried to test run with cellranger
This time the error is
|
Hello hello, |
My silly mistake. |
modules
was missing files, don't ask me how we ended upthere
PR checklist
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).