-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature/exe 1732 update to pixelator 0.17.1 #90
Feature/exe 1732 update to pixelator 0.17.1 #90
Conversation
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.
Looks good! Just one thing missing:
We need to pass the layout report_json and metadata channels from PIXELATOR_LAYOUT to GENERATE_REPORTS as well similar to how we do it for all the other stages.
Right now the layout step will be missing from the qc report.
Super. I have pushed a fix now. |
|
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.
Ready to go!
@@ -3,6 +3,26 @@ | |||
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). | |||
|
|||
## [[1.2.0](https://github.com/nf-core/pixelator/releases/tag/1.1.0)] - 2024-05-?? |
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.
I think the link is outdated on this, right?
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.
Yes, good catch!
@@ -168,7 +168,7 @@ newly recovered components are stored in a file (components_recovered.csv). | |||
- `pixelator` | |||
|
|||
- `annotate` | |||
- `<sample-id>.dataset.pxl` | |||
- `<sample-id>.annotated.dataset.pxl` |
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.
annotated -> annotate
Let's use the stage name instead of a participle.
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.
Your right, it should be annotate.
@@ -168,7 +168,7 @@ newly recovered components are stored in a file (components_recovered.csv). | |||
- `pixelator` | |||
|
|||
- `annotate` | |||
- `<sample-id>.dataset.pxl` | |||
- `<sample-id>.annotated.dataset.pxl` | |||
- `<sample-id>.meta.json`: Command invocation metadata. | |||
- `<sample-id>.rank_vs_size.png` |
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.
These PNG files are not produced AFAIK
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.
Also true!
@@ -168,7 +168,7 @@ newly recovered components are stored in a file (components_recovered.csv). | |||
- `pixelator` | |||
|
|||
- `annotate` | |||
- `<sample-id>.dataset.pxl` | |||
- `<sample-id>.annotated.dataset.pxl` | |||
- `<sample-id>.meta.json`: Command invocation metadata. | |||
- `<sample-id>.rank_vs_size.png` | |||
- `<sample-id>.raw_components_metrics.csv` |
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.
These are csv.gz instead
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.
Good catch! I will update all this things in an incoming PR.
Updates the pipeline to use pixelator 0.17.1 and add a module for the
pixelator single-cell layout
command.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).