Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DarianHole committed Sep 23, 2024
1 parent d2c321e commit e2ad764
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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).

## v1.1.0 - [Unreleased]

### `Added`
- Input schema JSON and validation
- FORMAT_INPUT workflow
- Handles the input data now
- `nf-schema@2.0.0` plugin

### `Changed`
- `--input SAMPLESHEET_CSV` header
- Went from `reads` with path to barcode directories to `fastq_1` with path to fastq files
- Fixed bug so that SNPEff will now work with given gff files
- Issue was typo related in the build module
- Fixed bug with `calc_bam_variation` caused by genome case
- Log and error statements
- Fixed the cache directory statements

## v1.0.0 - [2024-03-22]

Initial release of `phac-nml/viralassembly`, created from combining the [nf-core](https://nf-co.re/) template with the artic steps.
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ manifest {
description = """Assemble and QC viral reads"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '1.0.0'
version = '1.1.0'
doi = ''
defaultBranch = 'main'
}
Expand Down

0 comments on commit e2ad764

Please sign in to comment.