Skip to content

Commit

Permalink
Version bumped to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Apr 30, 2024
1 parent a864090 commit 4355771
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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).

## 0.2.0 - [24-April-2024]
## 0.3.0 - [29-April-2024]

### `Added`

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ manifest {
description = """A NextFlow pipeline for pan-genome annotation"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.4'
version = '0.2.0'
version = '0.3.0'
doi = ''
}

Expand Down
6 changes: 3 additions & 3 deletions tests/stub/assemblysheet.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tag,fasta,is_masked,te_lib
red5_v2p1,tests/stub/target/red5_v2p1_chr1.fasta.gz,no,
donghong,tests/stub/target/donghong.chr1.fsa.gz,no,tests/stub/te_lib/donghong.TElib.fa.gz
tag,fasta,is_masked,te_lib,braker_gff3,braker_hints
red5_v2p1,tests/stub/target/red5_v2p1_chr1.fasta.gz,no,,tests/stub/braker/red5_v2p1.gff3.gz,tests/stub/braker/red5_v2p1.hints.gff.gz
donghong,tests/stub/target/donghong.chr1.fsa.gz,no,tests/stub/te_lib/donghong.TElib.fa.gz,tests/stub/braker/red5_v2p1.gff3.gz,tests/stub/braker/red5_v2p1.hints.gff.gz
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 4355771

Please sign in to comment.