We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21aa26e commit 9bf6786Copy full SHA for 9bf6786
flowcraft/generator/components/assembly.py
@@ -22,8 +22,6 @@ def __init__(self, **kwargs):
22
self.input_type = "fastq"
23
self.output_type = "fasta"
24
25
- self.dependencies = ["integrity_coverage"]
26
-
27
self.params = {
28
"bcalmKmerSize": {
29
"default": 31,
@@ -43,8 +41,8 @@ def __init__(self, **kwargs):
43
41
self.directives = {"bcalm": {
44
42
"cpus": 4,
45
"memory": "{ 5.GB * task.attempt }",
46
- "container": "quay.io/biocontainers/quast",
47
- "version": "2.2.0",
+ "container": "quay.io/biocontainers/bcalm",
+ "version": "2.2.0--hd28b015_2",
48
"scratch": "true"
49
}}
50
0 commit comments