Skip to content

Commit 9bf6786

Browse files
committed
Add good docker image with good version number
1 parent 21aa26e commit 9bf6786

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

flowcraft/generator/components/assembly.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ def __init__(self, **kwargs):
2222
self.input_type = "fastq"
2323
self.output_type = "fasta"
2424

25-
self.dependencies = ["integrity_coverage"]
26-
2725
self.params = {
2826
"bcalmKmerSize": {
2927
"default": 31,
@@ -43,8 +41,8 @@ def __init__(self, **kwargs):
4341
self.directives = {"bcalm": {
4442
"cpus": 4,
4543
"memory": "{ 5.GB * task.attempt }",
46-
"container": "quay.io/biocontainers/quast",
47-
"version": "2.2.0",
44+
"container": "quay.io/biocontainers/bcalm",
45+
"version": "2.2.0--hd28b015_2",
4846
"scratch": "true"
4947
}}
5048

0 commit comments

Comments
 (0)