Skip to content

Conversation

lazappi
Copy link
Member

@lazappi lazappi commented Jun 23, 2025

We now have a GitHub v0.1.0 release of {anndataR}. It would make sense to pin to this version for consistency. I couldn't find the Docker file where this should be done so currently this just has some minor script changes.

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

Copy link

github-actions bot commented Jun 23, 2025

Warning

Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 3.2.0.
Please update your pipeline to the latest version.

For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation.

@fmalmeida
Copy link
Contributor

Hi @lazappi ,
Thanks for sharing. I believe the Dockerfile had been generated privately before since the tools is not available in conda.
On that note, do you think it would be possible to pack it in conda so module can be easier mantained via the seqera containers?

@grst
Copy link
Member

grst commented Jul 30, 2025

A bioconductor release is planned, isn't it @lazappi?
I think conda recipes are built for all bioconductor packages, so we'll get it "for free" then.

So for now, I'd be pragmatic and just rebuild the container with the latest version.

@lazappi
Copy link
Member Author

lazappi commented Jul 30, 2025

Yep, we are planning to submit to Bioconductor soon and then it should get automatically added to conda. I don't want to do it manually before then to avoid having two conda packages.

FYI we should have a fairly major 0.2.0 this week or so, so it might be worth waiting for that.

@lazappi
Copy link
Member Author

lazappi commented Aug 1, 2025

There is now a 0.2.0 release on GitHub https://github.com/scverse/anndataR/releases/tag/v0.2.0. Note that we have changed the HDF5 backend so you will need to have {rhdf5} instead of {hdf5r} to read/write H5AD files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants