Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Roman Sarrazin-Gendron
RNABayesPairing
Commits
c43bfdc4
Commit
c43bfdc4
authored
Mar 22, 2019
by
Roman Sarrazin-Gendron
Browse files
improved efficiency by 5 seconds per module
parent
e2448c7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bayespairing/src/parse_sequences.py
View file @
c43bfdc4
...
...
@@ -434,7 +434,7 @@ if __name__ == "__main__":
modules_to_check
=
range
(
len
(
graphs
))
timer
.
sleep
(
5
)
#
timer.sleep(5)
# executes BayesPairing on the sequence
print
(
run_fasta
(
seq
,
modules_to_check
,
dataset
,
ss
,
arguments
)[
0
])
...
...
Write
Preview
Markdown
is supported
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