Skip to content

Commit

Permalink
Version bumped and added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Jul 18, 2024
1 parent 690e56b commit 0974e6a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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).

## v2.1.0+dev - [19-July-2024]

### `Added`

### `Fixed`

### `Dependencies`

1. NextFlow!>=23.04.0
2. [email protected]

### `Deprecated`

## v2.0.0 - [04-June-2024]

### `Added`
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authors:
- family-names: "Deng"
given-names: "Cecilia"
title: "AssemblyQC: A NextFlow pipeline for evaluating assembly quality"
version: 2.0.0
version: 2.1.0+dev
date-released: 2024-02-12
url: "https://github.com/Plant-Food-Research-Open/assembly_qc"
doi: 10.5281/zenodo.10647870
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ If you would like to contribute to this pipeline, please see the [contributing g

If you use plant-food-research-open/assemblyqc for your analysis, please cite it as:

> Rashid, U., Wu, C., Shiller, J., Smith, K., Crowhurst, R., Davy, M., Chen, T.-H., Thomson, S., & Deng, C. (2024). AssemblyQC: A NextFlow pipeline for evaluating assembly quality (2.0.0). Zenodo. https://doi.org/10.5281/zenodo.10647870
> Rashid, U., Wu, C., Shiller, J., Smith, K., Crowhurst, R., Davy, M., Chen, T.-H., Thomson, S., & Deng, C. (2024). AssemblyQC: A NextFlow pipeline for evaluating assembly quality (2.1.0+dev). Zenodo. https://doi.org/10.5281/zenodo.10647870
An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ manifest {
description = """A NextFlow pipeline which evaluates assembly quality with multiple QC tools and presents the results in a unified html report."""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '2.0.0'
version = '2.1.0+dev'
doi = 'https://doi.org/10.5281/zenodo.10647870'
}

Expand Down

0 comments on commit 0974e6a

Please sign in to comment.