Skip to content

Commit d133c74

Browse files
committed
Update version
1 parent f1814ee commit d133c74

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
7+
## [1.4.2] - Ancient Hippaforalkus (H2) - [2025-10-08]
8+
9+
- Bug fix preventing production of bin files.
10+
- Update handling of input params.
11+
12+
## [1.4.1] - Ancient Hippaforalkus (H1) - [2025-08-26]
13+
14+
- Add FULL_COMBINED mode - running all subworkflows aside from gene_alignment and selfcomp - as not worth running on combined maps.
15+
- Update resource allocation based on usage.
16+
617
## [1.4.0] - Ancient Hippaforalkus - [2025-06-05]
718

819
Our 7th release for sanger-tol/treeval.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Introduction
1515

16-
**sanger-tol/treeval [1.2.0 - Ancient Destiny-]** is a bioinformatics best-practice analysis pipeline for the generation of data supplemental to the curation of reference quality genomes. This pipeline has been written to generate flat files compatible with [JBrowse2](https://jbrowse.org/jb2/) as well as HiC maps for use in Juicebox, PretextView and HiGlass.
16+
**sanger-tol/treeval [1.4.2 - Ancient Hippaforalkus-]** is a bioinformatics best-practice analysis pipeline for the generation of data supplemental to the curation of reference quality genomes. This pipeline has been written to generate flat files compatible with [JBrowse2](https://jbrowse.org/jb2/) as well as HiC maps for use in Juicebox, PretextView and HiGlass.
1717

1818
The pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Docker/Singularity containers making installation trivial and results highly reproducible. The [Nextflow DSL2](https://www.nextflow.io/docs/latest/dsl2.html) implementation of this pipeline uses one container per process which makes it much easier to maintain and update software dependencies. Where possible, these processes have been submitted to and installed from [nf-core/modules](https://github.com/nf-core/modules) in order to make them available to all nf-core pipelines, and to everyone within the Nextflow community!
1919

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ manifest {
313313
description = """A pipeline to generate supplemental data for genome curation."""
314314
mainScript = 'main.nf'
315315
nextflowVersion = '!>=24.04.4'
316-
version = '1.4.0'
316+
version = '1.4.2'
317317
doi = '10.5281/zenodo.10047653'
318318
}
319319

ro-crate-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@
143143
},
144144
"url": [
145145
"https://github.com/sanger-tol/treeval",
146-
"https://nf-co.re/sanger-tol/treeval/1.4.0/"
146+
"https://nf-co.re/sanger-tol/treeval/1.4.2/"
147147
],
148148
"version": [
149-
"1.4.0"
149+
"1.4.2"
150150
]
151151
},
152152
{

tests/default.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
"windowmasker": "1.0.0"
237237
},
238238
"Workflow": {
239-
"sanger-tol/treeval": "v1.4.0"
239+
"sanger-tol/treeval": "v1.4.2"
240240
}
241241
},
242242
[

0 commit comments

Comments
 (0)