Skip to content

v1.1.0 #23

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

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

v1.1.0 #23

wants to merge 32 commits into from

Conversation

matq007
Copy link
Member

@matq007 matq007 commented Nov 29, 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/marsseq 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>).
  • 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 Nov 29, 2024

nf-core pipelines lint overall result: Passed ✅ ⚠️

Posted for pipeline commit dee2bdc

+| ✅ 211 tests passed       |+
!| ❗   4 tests had warnings |!

❗ Test warnings:

  • 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!
  • included_configs - Pipeline config does not include custom configs. Please add the includeConfig line.

✅ Tests passed:

Run details

  • nf-core/tools version 3.0.2
  • Run at 2024-12-11 13:18:32

@famosab
Copy link

famosab commented Mar 11, 2025

@matq007 Do you need some help to finalize this release? :)

@matq007
Copy link
Member Author

matq007 commented Mar 11, 2025

I just need a PR review, the pipeline is works locally ^_^

@famosab
Copy link

famosab commented Mar 12, 2025

But there are three tests which are marked as required and are not running?

Copy link

@famosab famosab left a comment

Choose a reason for hiding this comment

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

Left a couple of questions. My main thing would be:

Try to do changes that go into the changelog in small PRs (like anew subworkflow) - these are easily reviewable. To me it seems that many commits went into this release PR but these were not reviewed in th emeantime (?).

And use nf-core pipelines bump-version to update to a version for the release. I would also suggest to include the release name in the changelog. https://www.codenamegenerator.com/ can be used for name finding :)

org: nf-core
outdir: .
skip_features: null
version: 1.0.3
Copy link

Choose a reason for hiding this comment

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

If this is for a new release this needs to be bumped up, I guess to 1.1.0?

@@ -3,6 +3,40 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
Copy link

Choose a reason for hiding this comment

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

If this is for a release this needs to be updated to

v1.1.0 - [date] - release name?

Comment on lines +10 to +25
- linting issues - ([bedc4a8](https://github.com/nf-core/marsseq/commit/bedc4a887ed804a0f2a5168a4f59090b083d40bd))
- test config - ([0b9410b](https://github.com/nf-core/marsseq/commit/0b9410bcb19ac0e3630ebd500e5891851e0c2c2b))
- check that provided xlsx files are not empty after subset - ([e88075b](https://github.com/nf-core/marsseq/commit/e88075be0f56d9791229bfe590dba594a10122ce))
- missing openpyxl in conda specification - ([41d617b](https://github.com/nf-core/marsseq/commit/41d617b3aa0deece111487ea29d208489662948c))
- missing openpyxl conda dependency - ([d47f7f0](https://github.com/nf-core/marsseq/commit/d47f7f02a9b3367d870bd9b460df6811b61e95aa))
- replace ubuntu image with conda packages - ([b4ef5a5](https://github.com/nf-core/marsseq/commit/b4ef5a520ff401a75451242df34e02aebccd3068))
- perl not anymore in bioconda channel - ([7c8cf13](https://github.com/nf-core/marsseq/commit/7c8cf1320f0ff01710f48d1f08000c71351f1ab1))
- move uncompressed genome and annotation to reference folder - ([4dea965](https://github.com/nf-core/marsseq/commit/4dea96557937785970ca12755a212817113e0753))
- small and full AWS test - ([b72d716](https://github.com/nf-core/marsseq/commit/b72d716416f2c37499c708f2f9f4d1e415e0dfd5))
- linting - ([4f6feee](https://github.com/nf-core/marsseq/commit/4f6feeefe85bfd5547bef81b38e052f6cf2f79e1))

### Documentation

- linting for CITATIONS - ([98b5159](https://github.com/nf-core/marsseq/commit/98b5159c997ad964166c95de01c0673adc964695))
- updated CHANGELOG - ([5a4e7f2](https://github.com/nf-core/marsseq/commit/5a4e7f2cdd5757cd1094a5534cddd702c173449e))
- updated workflow and outputs - ([cddbe3b](https://github.com/nf-core/marsseq/commit/cddbe3b44b7fd0aa189b78eb3f79379ba74091b0))
Copy link

Choose a reason for hiding this comment

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

Can you link the PRs in future and not commits? See other pipelines like here https://github.com/nf-core/sarek/blob/master/CHANGELOG.md

Comment on lines +44 to +45
--fasta https://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_mouse/release_M32/GRCm39.primary_assembly.genome.fa.gz \
--gtf https://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_mouse/release_M32/gencode.vM32.annotation.gtf.gz \
Copy link

Choose a reason for hiding this comment

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

If the pipeline only works with those files it makes sense to put these into the params?

analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/marsseq/1.0.3/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/marsseq/1.0.3/docs/output" target="_blank">documentation</a>.
Copy link

Choose a reason for hiding this comment

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

version needs to be bumped for a release

Copy link

Choose a reason for hiding this comment

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

why do you get rid of this file?


## Metadata information

The pipeline requires 3 additional files for experiment.
Copy link

Choose a reason for hiding this comment

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

Can these xlsx files also be supplied as csvs?

@@ -232,43 +232,46 @@ manifest {
homePage = 'https://github.com/nf-core/marsseq'
description = """MARS-seq v2 preprocessing pipeline"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
nextflowVersion = '!>=24.04.2'
version = '1.0.3'
Copy link

Choose a reason for hiding this comment

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

needs to be bumped for release

version = '1.0.3'
doi = '10.1101/2023.06.28.546862, 10.5281/zenodo.8081210'
Copy link

Choose a reason for hiding this comment

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

why remove the doi?

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.

4 participants