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
98b2c663
"git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "50aa390b11131a57218c3afb30a2c3aa044d314a"
Commit
98b2c663
authored
Oct 26, 2021
by
Gustaf Ahdritz
Browse files
Add description to ProteinNet MSA script
parent
b5f885d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
scripts/prepare_proteinnet_msas.py
scripts/prepare_proteinnet_msas.py
+3
-1
No files found.
scripts/prepare_proteinnet_msas.py
View file @
98b2c663
...
...
@@ -39,7 +39,9 @@ def main(args):
if
__name__
==
"__main__"
:
parser
=
argparse
.
ArgumentParser
()
parser
=
argparse
.
ArgumentParser
(
description
=
"Converts raw ProteinNet MSAs into a format recognized by the parser"
)
parser
.
add_argument
(
"msa_dir"
,
type
=
str
,
help
=
"Directory containing ProteinNet MSAs"
)
...
...
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