Skip to content

Commit

Permalink
Changed n_places to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Elizabeth Wyman committed May 16, 2019
1 parent 7bd5a2a commit 163e651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initialize_talon_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def init_run_info(database, idprefix, min_length, cutoff_5p, cutoff_3p):
c.execute('INSERT INTO run_info ' + cols + ' VALUES ' + '(?,?)',
('min_length', min_length))
c.execute('INSERT INTO run_info ' + cols + ' VALUES ' + '(?,?)',
('n_places', 11))
('n_places', 9))

conn.commit()
conn.close()
Expand Down

0 comments on commit 163e651

Please sign in to comment.