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

Release v2.6.0 #318

Merged
merged 135 commits into from
May 7, 2024
Merged

Release v2.6.0 #318

merged 135 commits into from
May 7, 2024

Conversation

grst
Copy link
Member

@grst grst commented Apr 16, 2024

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
  • 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).

  • bump version and update changelog

fmalmeida and others added 30 commits January 19, 2024 11:40
tested only with kallisto aligner (both with and without automated kallisto filtering with bustools --filter parameter)
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)
Copy link

github-actions bot commented Apr 16, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 7be5e57

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

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 2.6.0
  • 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.13.1
  • Run at 2024-04-30 12:00:21

@grst grst requested a review from fmalmeida April 18, 2024 08:27
@fmalmeida fmalmeida requested a review from apeltzer April 19, 2024 11:27
Copy link
Contributor

@fmalmeida fmalmeida left a 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.

@fmalmeida fmalmeida requested a review from maxulysse May 6, 2024 09:00
Copy link

@LaurenceKuhl LaurenceKuhl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey LGTM :)

@grst grst merged commit c5a6445 into master May 7, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants