Skip to content
This repository was archived by the owner on Jan 8, 2018. It is now read-only.

Commit 6404b40

Browse files
Fixed small bugs
1 parent 01afc24 commit 6404b40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

control.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,9 @@ def main(argv):
727727
job_dummy_10x = 'dummy10x'
728728
pattern_dummy_10x = 'pdummy10x'
729729
pattern_dummy_40x = 'pdummy40x'
730-
730+
pattern = ''
731731
pattern_g = pattern_g_10x
732+
job_list = []
732733

733734
# Lists and strings for storing command strings.
734735
com_list = []

0 commit comments

Comments
 (0)