Skip to content

Commit 566bca8

Browse files
committed
fix code quality
1 parent 214f9db commit 566bca8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

kb_python/config.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ class Technology(NamedTuple):
102102
Technology('10XV1', '10x version 1', ngs.chemistry.get_chemistry('10xv1')),
103103
Technology('10XV2', '10x version 2', ngs.chemistry.get_chemistry('10xv2')),
104104
Technology('10XV3', '10x version 3', ngs.chemistry.get_chemistry('10xv3')),
105-
Technology('10XV3_ULTIMA', '10x version 3 sequenced with Ultima', ngs.chemistry.get_chemistry('10xv3_Ultima')),
105+
Technology(
106+
'10XV3_ULTIMA', '10x version 3 sequenced with Ultima',
107+
ngs.chemistry.get_chemistry('10xv3_Ultima')
108+
),
106109
Technology(
107110
'10XFB', '10x Feature Barcode',
108111
ngs.chemistry.get_chemistry('10xFBonly'), False

0 commit comments

Comments
 (0)