Skip to content

Commit 7357b60

Browse files
authored
Merge pull request #68 from gbouras13/dev
Fixes #57 Fixes #67
2 parents 8136449 + 779d922 commit 7357b60

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,15 @@ conda install -c bioconda plassembler
257257
pip3 install git+https://github.com/rrwick/Unicycler.git
258258
```
259259

260+
* You may also run into issues where Plassembler will fail despite the fact Unicycler is installed (thanks Erin Young https://github.com/gbouras13/plassembler/issues/59). Please try running
261+
262+
```bash
263+
export TERM=xterm-256color
264+
```
265+
266+
then running `plassembler`
267+
268+
260269
**MacOS**
261270

262271
For MacOS environments, the current conda installation method will only install the latest available bioconda Unicycler version of v0.4.8.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "plassembler"
3-
version = "1.7.0" # change VERSION too
3+
version = "1.7.1" # change VERSION too
44
description = "Quickly and accurately assemble plasmids in hybrid sequenced bacterial isolates"
55
authors = ["George Bouras <george.bouras@adelaide.edu.au>"]
66
license = "MIT"

src/plassembler/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,6 @@ def long(
15701570
canu_nano_or_pacbio = "nanopore"
15711571

15721572
if pacbio_model != "nothing":
1573-
pacbio_model = validate_pacbio_model(pacbio_model)
15741573
if pacbio_model == "pacbio-hifi":
15751574
canu_nano_or_pacbio = "pacbio-hifi"
15761575
corrected_error_rate = 0.005

src/plassembler/utils/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.7.1

0 commit comments

Comments
 (0)