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
78b97065
"lib/bindings/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "af8ee9db45805d481863eec030383e766bca6700"
Commit
78b97065
authored
May 05, 2024
by
Lukas Jarosch
Browse files
Set CLI description to more informative module docstring
parent
244970bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/fasta_to_clusterfile.py
scripts/fasta_to_clusterfile.py
+1
-1
No files found.
scripts/fasta_to_clusterfile.py
View file @
78b97065
...
@@ -85,7 +85,7 @@ def main(args):
...
@@ -85,7 +85,7 @@ def main(args):
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
parser
=
ArgumentParser
(
parser
=
ArgumentParser
(
description
=
"Creates a sequence cluster file from a .fasta file using mmseqs2 with PDB settings."
description
=
__doc__
)
)
parser
.
add_argument
(
parser
.
add_argument
(
"input_fasta"
,
"input_fasta"
,
...
...
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