Skip to content

Commit c53f02c

Browse files
updated skesa version to 2.3.0 (#166)
1 parent ce5dee3 commit c53f02c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ resolution
1616
- The `abyss` and `spades` components emit GFA in a secondary channel.
1717
- The new `bandage` component can accept either FASTA from a primary channel
1818
or GFA from a secondary channel.
19+
- Updated skesa to version 2.3.0
1920

2021
### New components
2122

docs/user/components/skesa.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Default directives
3737

3838
- ``cpus``: 4
3939
- ``memory``: 5GB (dynamically increased on retry)
40-
- ``container``: ummidock/skesa
41-
- ``version``: 0.2.0-3
40+
- ``container``: flowcraft/skesa
41+
- ``version``: 2.3.0-1
4242
- ``scratch``: true
4343

4444
Advanced

flowcraft/generator/components/assembly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def __init__(self, **kwargs):
133133
"cpus": 4,
134134
"memory": "{ 5.GB * task.attempt }",
135135
"container": "flowcraft/skesa",
136-
"version": "2.1-1",
136+
"version": "2.3.0-1",
137137
"scratch": "true"
138138
}}
139139

0 commit comments

Comments
 (0)