Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Klinische Genetica
prinia
Commits
02cddf6c
Commit
02cddf6c
authored
Aug 14, 2017
by
Sander Bollen
Browse files
mode w for config (python 3)
parent
0aa9d54a
Changes
1
Hide whitespace changes
Inline
Side-by-side
prinia/primer3.py
View file @
02cddf6c
...
...
@@ -86,7 +86,7 @@ class Primer3(object):
handle
.
write
(
cfg_str
)
def
run
(
self
):
cfg
=
NamedTemporaryFile
(
delete
=
False
)
cfg
=
NamedTemporaryFile
(
delete
=
False
,
mode
=
"w"
)
out
=
NamedTemporaryFile
()
self
.
create_config
(
cfg
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment