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
9be60d3f
Commit
9be60d3f
authored
Mar 04, 2019
by
Roman Sarrazin-Gendron
Browse files
BayesPairing 1.2, few bugfixes
parent
63aa69eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
bayespairing/src/bayes_to_seqpy.py
View file @
9be60d3f
...
...
@@ -359,7 +359,7 @@ def build_regex(position_subsets,component_distance, iii, convert, positions, mc
space
=
0
else
:
space
=
space
+
1
n_subs
=
int
(
len
(
positions
)
/
3
)
+
mc
+
0
n_subs
=
int
(
len
(
positions
)
/
3
)
+
mc
+
3
#n_subs=1
#for full run, used to be +mc +3
res
=
[]
...
...
@@ -611,7 +611,7 @@ def seq_to_struct(
regex_list
.
append
([
res6
,
position_subsets
,
node_dict
])
regex_list
.
append
([
res7
,
position_subsets
,
node_dict
])
regex_list
.
append
([
res8
,
position_subsets
,
node_dict
])
#("REGEX:",res)
output
=
[]
final_model
=
{}
import
time
...
...
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