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
RNABayesPairing2
Commits
743a85a9
Commit
743a85a9
authored
Mar 04, 2021
by
Roman Sarrazin-Gendron
Browse files
updated dataset names
parent
4ce28dac
Changes
1
Hide whitespace changes
Inline
Side-by-side
bayespairing/src/parse_sequences.py
View file @
743a85a9
...
...
@@ -697,11 +697,11 @@ if __name__ == "__main__":
if
args
.
d
!=
None
:
dataset
=
args
.
d
if
dataset
==
"3dMotifAtlas_RELIABLE"
:
dataset
=
reliable_dataset
dataset
=
RELIABLE
elif
dataset
==
"3dMotifAtlas_ALL"
:
dataset
=
all_dataset
dataset
=
ALL
else
:
dataset
=
"
all_dataset
"
dataset
=
"
ALL
"
# the default dataset is rna3dmotif
# we load the modules from the dataset to get the number of modules available.
...
...
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