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 89ba7f6 commit e3411e0Copy full SHA for e3411e0
flowcraft/generator/recipes/denim.py
@@ -33,12 +33,12 @@ def __init__(self):
33
},
34
"bowtie":{
35
"directives": {"container": "flowcraft/bowtie_dengue", "version": "2-1"},
36
- "pararm": {"reference": "'/ref/1_GenotypesDENV_14-05-18.fasta'"}
+ "params": {"reference": "'/ref/1_GenotypesDENV_14-05-18.fasta'"}
37
38
"assembly_mapping": {
39
- "param": {"AMaxContigs": "1000", "genomeSize": "0.01"}
+ "params": {"AMaxContigs": "1000", "genomeSize": "0.01"}
40
41
"split_assembly": {
42
- "param": {"size": "10000"}
+ "params": {"size": "10000"}
43
}
44
0 commit comments