-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: master
Are you sure you want to change the base?
Conversation
Important! Template update for nf-core/tools v3.0.2
|
@matq007 Do you need some help to finalize this release? :) |
I just need a PR review, the pipeline is works locally ^_^ |
But there are three tests which are marked as required and are not running? |
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.
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 |
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.
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] |
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.
If this is for a release this needs to be updated to
v1.1.0 - [date] - release name?
- 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)) |
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.
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
--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 \ |
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.
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>. |
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.
version needs to be bumped for a release
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.
why do you get rid of this file?
|
||
## Metadata information | ||
|
||
The pipeline requires 3 additional files for experiment. |
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.
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' |
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.
needs to be bumped for release
version = '1.0.3' | ||
doi = '10.1101/2023.06.28.546862, 10.5281/zenodo.8081210' |
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.
why remove the doi?
PR checklist
nf-core lint
).nextflow run . -profile 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).