-
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
Release v2.6.0 #318
Release v2.6.0 #318
Conversation
…lement-tests-with-nf-test
Bump version to 2.6.0dev
tested only with kallisto aligner (both with and without automated kallisto filtering with bustools --filter parameter)
…(tested with lamanno)
That is not really what this argument does – it just concatenates the gene_version and transcript_version fields to IDs.
The txp2gene file should really be generated by kallisto|bustools. The t2g.py script generates a 3-column rather than 7-column t2g, which seems to be incompatible with kb count.
This .collect() is incompatible with passing in an existing t2g, and superfluous given the .collect() after the kb ref call.
t1c and t2c are required to run nac and lamanno count workflows. Since they are already defined when running kb ref, they cannot be easily defined through ext.args when using an existing reference
scrnaseq does not actually use kallisto_gene_map anywhere. Changed kallisto icon from a salmon to a rainbow (there is no bear icon, but bustools uses the Pink Floyd-esque prism image, so it seems most appropriate)
Fix issue 81, "call empty droplets"
…-latest-nf-coremodules-versions 316 update cellranger modules to latest nf coremodules versions
|
Add cellrangerarc snippet back
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.
Now that the comment here was resolved and we brought the cellrangerarc
snippet back to avoid un-tested errors.
I think it looks good summed with the passing tests.
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.
hey LGTM :)
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).