Skip to content

Commit

Permalink
bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Apr 6, 2023
1 parent 05e34f5 commit 39fe345
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 12 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.1.0 - 2023-03-06
## [0.1.1] - 2023-04-06

- First release! Everything is new!
### Fixed

- CI issue that meant no binaries were built

## 0.1.0 - 2023-04-06

- First release! Everything is new!

[0.1.1]: https://github.com/mbhall88/drprg/compare/0.1.0...0.1.1
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drprg"
version = "0.1.0"
version = "0.1.1"
authors = ["Michael Hall <michael@mbh.sh>"]
edition = "2018"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions docs/src/guide/predict-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This is a trimmmed (toy) example JSON output for a sample
}
},
"version": {
"drprg": "0.1.0",
"drprg": "0.1.1",
"index": "20230308"
}
}
Expand Down Expand Up @@ -153,7 +153,7 @@ in *katG* from [the example](#example) you can use

```
$ bcftools view sample.drprg.bcf | grep acaa8ca2
katG 1044 acaa8ca2 GC AC,CA,CC . PASS VC=PH_SNPs;GRAPHTYPE=SIMPLE;PDP=0,0.0123457,0,0.987654;VARID=katG_S315T;PREDICT=R GT:MEAN_FWD_COVG:MEAN_REV_COVG:MED_FWD_COVG:MED_REV_COVG:SUM_FWD_COVG:SUM_REV_COVG:GAPS:LIKELIHOOD:GT_CONF 3:0,1,0,42:0,0,0,38:0,1,0,42:0,0,0,38:0,1,0,127:0,0,0,116:1,1,1,0:-523.019,-514.096,-523.019,-7.87925:506.217
katG 1044 acaa8ca2 GC AC,CA,CC . PASS VC=PH_SNPs;GRAPHTYPE=SIMPLE;PDP=0,0.0123457,0,0.987654;VARID=katG_S315T;PREDICT=R GT:MEAN_FWD_COVG:MEAN_REV_COVG:MED_FWD_COVG:MED_REV_COVG:SUM_FWD_COVG:SUM_REV_COVG:GAPS:LIKELIHOOD:GT_CONF 3:0.1.1,42:0,0,0,38:0.1.1,42:0,0,0,38:0.1.1,127:0,0,0,116:1,1,1,0:-523.019,-514.096,-523.019,-7.87925:506.217
```

All `INFO` and `FORMAT` fields are defined in the header of the BCF file. We recommend
Expand Down
2 changes: 1 addition & 1 deletion tests/cases/predict/ERR2510634.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
}
},
"version": {
"drprg": "0.1.0",
"drprg": "0.1.1",
"index": "version"
}
}
2 changes: 1 addition & 1 deletion tests/cases/predict/ERR4796933.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
}
},
"version": {
"drprg": "0.1.0",
"drprg": "0.1.1",
"index": "version"
}
}
2 changes: 1 addition & 1 deletion tests/cases/predict/SRR6824468.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
}
},
"version": {
"drprg": "0.1.0",
"drprg": "0.1.1",
"index": "version"
}
}
2 changes: 1 addition & 1 deletion tests/cases/predict/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
}
},
"version": {
"drprg": "0.1.0",
"drprg": "0.1.1",
"index": "version"
}
}
2 changes: 1 addition & 1 deletion tests/cases/predict/expected3.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}
},
"version": {
"drprg": "0.1.0",
"drprg": "0.1.1",
"index": "version"
}
}
2 changes: 1 addition & 1 deletion tests/cases/predict/expected5.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
}
},
"version": {
"drprg": "0.1.0",
"drprg": "0.1.1",
"index": "version"
}
}

0 comments on commit 39fe345

Please sign in to comment.