Skip to content

Commit

Permalink
1.0.4 Mostly small bugs and some future capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
rwdavies committed Nov 1, 2022
1 parent 77cd81d commit 0f96a8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* v1.0.4
* Mostly small bugs and some future capabilities
* v1.0.3
* Simplify how QUILT HLA reference packages are built
* v1.0.2
Expand Down
6 changes: 3 additions & 3 deletions QUILT/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: QUILT
Type: Package
Title: QUILT
Version: 1.0.3
Date: 2021-12-26
Version: 1.0.4
Date: 2022-11-01
Author: Robert William Davies
Maintainer: Robert William Davies <[email protected]>
Description: QUILT performs imputation of individuals sequenced to low coverage
Expand All @@ -15,7 +15,7 @@ Depends: parallel, data.table, rrbgen (>= 0.0.4), STITCH (>= 1.6.6)
Imports: Rcpp
LinkingTo: Rcpp, RcppArmadillo
Packaged: 2020-07-24 12:00:00 UTC; rdavies
RoxygenNote: 7.1.2
RoxygenNote: 7.2.1
License: GPL | file LICENSE
SystemRequirements: C++11
NeedsCompilation: yes
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QUILT
=====
**__Current Version: 1.0.3__**
Release date: Dec 26, 2021
**__Current Version: 1.0.4__**
Release date: Nov 1, 2022

![Build Status](https://github.com/rwdavies/QUILT/workflows/CI/badge.svg)

Expand Down Expand Up @@ -53,8 +53,8 @@ git clone --recursive https://github.com/rwdavies/QUILT.git
cd QUILT
./scripts/install-dependencies.sh
cd releases
wget https://github.com/rwdavies/quilt/releases/download/1.0.3/QUILT_1.0.3.tar.gz ## or curl -O
R CMD INSTALL QUILT_1.0.3.tar.gz
wget https://github.com/rwdavies/quilt/releases/download/1.0.4/QUILT_1.0.4.tar.gz ## or curl -O
R CMD INSTALL QUILT_1.0.4.tar.gz
```

### conda <a name="paragraph-installation-conda"></a>
Expand Down

0 comments on commit 0f96a8b

Please sign in to comment.