Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Mar 16, 2019
1 parent 63b6d1e commit 0d06e29
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ $(BIN): $(OBJ)
$(D_COMPILER) $(DFLAGS) $(OBJ) -of=$(BIN)

check: $(BIN)
$(info running tests...)
$(BIN)

clean:
Expand Down
11 changes: 11 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## ChangeLog v0.2.2 (20190316)

+ Restored make so we can compile without dub
+ Fasta and fasta indexing (.fai) support added (thanks Emilio Palumbo https://github.com/emi80)
+ Mate pair comparison and HI tag support added for BAM (thanks https://github.com/emi80)
+ Added Picard-style comparison for BAM (thanks https://github.com/TimurIs)
+ Added fast whitespace line splitter/tokenizer, a Phobos-style version and a faster C-style version (thanks https://github.com/pjotrp)
+ Added multi-allelic frequencies (MAF) support (thanks https://github.com/pjotrp)
+ Name spaces and directories reorganised (thanks George Gethinji https://github.com/george-githinji)
+ Pulled in D's undead repo (dropped dependency) and minimalised it to actual used files (@pjotrp)

## ChangeLog v0.2.1 (20181004)

+ Fix bunch of deprecation warnings
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2

0 comments on commit 0d06e29

Please sign in to comment.