Skip to content

Commit 416a4a6

Browse files
Update strelka2passworkflow.py
fixed octal notation bug
1 parent a721314 commit 416a4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

janis_bioinformatics/tools/dawson/workflows/variantcalling/multisample/strelka2/strelka2passworkflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def version(self):
2727
def bind_metadata(self):
2828
self.metadata.version = "0.2"
2929
self.metadata.dateCreated = date(2019, 10, 11)
30-
self.metadata.dateUpdated = date(2022, 05, 31)
30+
self.metadata.dateUpdated = date(2022, 5, 31)
3131

3232
self.metadata.contributors = ["Sebastian Hollizeck"]
3333
self.metadata.keywords = [

0 commit comments

Comments
 (0)