Skip to content

Commit

Permalink
1.0.1 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rwdavies committed Jun 8, 2021
1 parent d50e8b4 commit d62d3dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
* v1.0.1
* Update dependencies
* v1.0.0
* Initial release
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
SEW
===
**__Current Version: 1.0.0__**
Release date: April 24, 2019
**__Current Version: 1.0.1__**
Release date: June 8, 2021

[![Build Status](https://travis-ci.org/rwdavies/SEW.svg?branch=master)](https://travis-ci.org/rwdavies/SEW)

Changes in latest version

1. Initial release
1. Update dependencies

For details of past changes please see [CHANGELOG](CHANGELOG.md).

Expand All @@ -23,8 +23,8 @@ git clone --recursive https://github.com/Genomicsplc/SEW.git
cd SEW
./scripts/install-dependencies.sh
mkdir -p releases && cd releases
wget https://github.com/Genomicsplc/sew/releases/download/1.0.0/SEW_1.0.0.tar.gz ## or curl -O
R CMD INSTALL SEW_1.0.0.tar.gz
wget https://github.com/Genomicsplc/sew/releases/download/1.0.1/SEW_1.0.1.tar.gz ## or curl -O
R CMD INSTALL SEW_1.0.1.tar.gz
```

A quick test (using simulated data) can be performed using
Expand Down
6 changes: 3 additions & 3 deletions SEW/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Package: SEW
Type: Package
Title: SEW
Version: 1.0.0
Date: 2019-04-24
Version: 1.0.1
Date: 2021-06-08
Author: Robert William Davies
Maintainer: Robert William Davies <[email protected]>
Description: SEW performs single sample, long read phasing without a reference panel.
Installation: See website, or use something like R CMD INSTALL SEW.tar.gz
Getting started: See website
Depends: parallel
Imports: Rcpp, data.table, STITCH (>= 1.5.5)
Imports: Rcpp, data.table, STITCH (>= 1.6.6)
LinkingTo: Rcpp, RcppArmadillo
Packaged: 2017-02-14 13:27:59 UTC; rdavies
RoxygenNote: 7.1.1
Expand Down

0 comments on commit d62d3dc

Please sign in to comment.