The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[1.4.0] - 2024-01-22
- [PR #111] - Template update for nf-core/tools v3.0.2
- [PR #112] - Add graph refinement options for pixelator 0.19
- [PR #113] - Fix validation issues after nf-core/tools v3.0.2 update
- [PR #114] - Remove
--save_recovered_components
options for graph outputs - [PR #115] - Update containers for pixelator 0.19
- [PR #116] - Bump version to 1.4
- [PR #117] - Template update for nf-core/tools v3.1.0
- [PR #118] - Update metromap, bump conda versions
- [PR #120] - Add process_long to AMPLICON and COLLAPSE steps
- [PR #122] - Template update for nf-core/tools v3.1.1
- [PR #124] - Add manifest.contributors metadata to nextflow.config
- [PR #125] - Use environment.yml files for all conda process directives
- [PR #123] - Add nf-test tests for local modules and subworkflows
Old parameter | New parameter |
---|---|
--help_full |
|
--show_hidden |
|
--validationFailUnrecognisedParams |
|
--validationLenientMode |
|
--validationSchemaIgnoreParams |
|
--validationShowHiddenParams |
|
--leiden_iterations |
--graph_max_refinement_recursion_depth |
--graph_max_edges_to_split |
|
--graph_max_edges_to_split |
|
--save_recovered_components |
Note
Parameter has been updated if both old and new parameter information is present. Parameter has been added if just the new parameter information is present. Parameter has been removed if new parameter information isn't present.
Dependency | Old version | New version |
---|---|---|
pixelator |
0.18.2 | 0.19.0 |
Note
Dependency has been updated if both old and new parameter information is present. Dependency has been added if just the new parameter information is present. Dependency has been removed if new parameter information isn't present.
[1.3.1] - 2024-07-31
- [PR #107] - Fix conda version tag to use pixelator 0.18.2
[1.3.0] - 2024-07-17
- [PR #97] - Update citations
- [PR #96] - Make all ext.args assignments closures
- [PR #98] - Update metromap to include layout step
- [PR #99] - Update README to include layout step
- [PR #100] - Use R1/R2 suffixes in amplicon input fastq file renaming
- [PR #101] - Fix validation issue when using panel_file instead of panel
- [PR #102] - Restructure output directory
- [PR #103] - Make rate-diff the default transformation method when computing colocalization
- [PR #104] - Update to pixelator 0.18.1
- [PR #106] - Update to pixelator 0.18.2
Dependency | Old version | New version |
---|---|---|
pixelator |
0.17.1 | 0.18.2 |
Note
Dependency has been updated if both old and new version information is present. Dependency has been added if just the new version information is present. Dependency has been removed if new version information isn't present.
[1.2.0] - 2024-05-28
- [PR #89] - Template update for nf-core/tools v2.14.1
- [PR #90] - Update pixelator to 0.17.1
- [PR #90] - Add
pixelator single-cell layout
command - [PR #90] - The
graph
andannotate
steps are now usingprocess_high
as their resource tags - [PR #91] - Set
process_high
to use 64GB of RAM andprocess_high_memory
to use 128GB of RAM - [PR #92] - Minor touch-ups to the documentation
- [PR #93] - Merge RENAME_READS functionality into PIXELATOR_AMPLICON
Dependency | Old version | New version |
---|---|---|
pixelator |
0.16.2 | 0.17.1 |
NB: Dependency has been updated if both old and new version information is present.
NB: Dependency has been added if just the new version information is present.
NB: Dependency has been removed if new version information isn't present.
[1.1.0] - 2024-03-29
- [PR #83] - Template update for nf-core/tools v2.13
- [PR #84] - Update pixelator to 0.16.2, collapse
and
graph` step now return parquet files - [PR #85] - Remove a workaround for container issues, silence some warnings, update default resources
Dependency | Old version | New version |
---|---|---|
pixelator |
0.15.2 | 0.16.2 |
NB: Dependency has been updated if both old and new version information is present.
NB: Dependency has been added if just the new version information is present.
NB: Dependency has been removed if new version information isn't present.
[1.0.3] - 2024-01-19
- [PR #74] - Template update for nf-core/tools v2.11
- [e196431] - Workaround a tool issue by removing
docker.runOptions
user and group flags - [PR #76] - Use
adapterqc
output as main output of PIXELATOR_QC - [PR #77] - Fix some style issues in nextflow_schema.json
[1.0.2] - 2023-11-20
- [PR #70] - Fix loading of absolute paths and urls in input samplesheet
[1.0.1] - 2023-10-27
- [PR #66] - Add a warning and workaround for singularity & apptainer
- Cleanup some linting warnings
- Update docker image in RENAME_READS to match the singularity container
Dependency | Old version | New version |
---|---|---|
pixelator |
0.15.0 | 0.15.2 |
NB: Dependency has been updated if both old and new version information is present.
NB: Dependency has been added if just the new version information is present.
NB: Dependency has been removed if new version information isn't present.
[1.0.0] - 2023-10-17
Initial release of nf-core/pixelator.