Skip to content

Commit

Permalink
v0.4.0 changelog add
Browse files Browse the repository at this point in the history
  • Loading branch information
bluenote-1577 committed Nov 5, 2023
1 parent a60b9e4 commit bcaa2d9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## sylph v0.4.0 release: major interface changes

### BREAKING

- renamed `sylph contain` to `sylph query`.
- methods for sketching are drastically different now. E.g. we use `-g genome1.fa genom2.fa` for specifying genomes and `-r read1.fa read2.fq` for specifying reads when sketching.

### Major

- `-u` or `--estimate-unknown` options are now present for estimating unknown organisms in the sample.
- When using `-u`, associated options `--read-seq-id` and `--read-len` are available for calculating true coverages with sylph, i.e., coverages concordant with read mapping

### Minor

- Coverage calculation is slightly different now.

## sylph v0.3.0 release: first class support for pseudotax, now called "profile" - 2023-10-01

Continuing development of sylph taxonomic profiling.
Expand Down

0 comments on commit bcaa2d9

Please sign in to comment.