Skip to content

Commit ef7a788

Browse files
cimendescimendes
authored andcommitted
fix params in denim recipe
1 parent e3411e0 commit ef7a788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flowcraft/generator/recipes/denim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(self):
3333
},
3434
"bowtie":{
3535
"directives": {"container": "flowcraft/bowtie_dengue", "version": "2-1"},
36-
"params": {"reference": "'/ref/1_GenotypesDENV_14-05-18.fasta'"}
36+
"params": {"reference": "\"/ref/1_GenotypesDENV_14-05-18.fasta\""}
3737
},
3838
"assembly_mapping": {
3939
"params": {"AMaxContigs": "1000", "genomeSize": "0.01"}

0 commit comments

Comments
 (0)