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
OpenDAS
OpenFold
Commits
c05b4674
Commit
c05b4674
authored
Nov 06, 2023
by
Christina Floristean
Browse files
Add description to dummy msa feats
parent
d0f5531b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/data/data_pipeline.py
openfold/data/data_pipeline.py
+1
-1
No files found.
openfold/data/data_pipeline.py
View file @
c05b4674
...
@@ -276,7 +276,7 @@ def make_dummy_msa_obj(input_sequence) -> parsers.Msa:
...
@@ -276,7 +276,7 @@ def make_dummy_msa_obj(input_sequence) -> parsers.Msa:
deletion_matrix
=
[[
0
for
_
in
input_sequence
]]
deletion_matrix
=
[[
0
for
_
in
input_sequence
]]
return
parsers
.
Msa
(
sequences
=
[
input_sequence
],
return
parsers
.
Msa
(
sequences
=
[
input_sequence
],
deletion_matrix
=
deletion_matrix
,
deletion_matrix
=
deletion_matrix
,
descriptions
=
None
)
descriptions
=
[
'dummy'
]
)
# Generate 1-sequence MSA features having only the input sequence
# Generate 1-sequence MSA features having only the input sequence
...
...
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